Searched refs:allocate (Results 1 – 22 of 22) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | vector_impl.hpp | 309 static char* allocate(){return(Allocator<vector_size>::allocate());}; in allocate() function 317 Vector():Vector_Base<P>(L,Vector::allocate()){}; in Vector() 326 explicit Vector(P init_val):Vector_Base<P>(L,Vector::allocate(),init_val){ in Vector() 338 :Vector_Base<P>(L,Vector::allocate()){ in Vector() 344 Vector(const Vector& other):Vector_Base<P>(L,Vector::allocate()) in Vector() 357 explicit Vector(const Vector<P,L,OtherAllocator>& other):Vector_Base<P>(L,Vector::allocate()) in Vector() 363 …explicit Vector(const Vector<P,DYNAMIC,OtherAllocator>& other):Vector_Base<P>(L,Vector::allocate()) in Vector() 378 explicit Vector(const VectorView<P,S>& other):Vector_Base<P>(L,Vector::allocate()) in Vector() 396 Vector(const _Expr<Derived>& other):Vector_Base<P>(L,Vector::allocate()) in Vector() 641 …static char* allocate(vector_length_t length){return(Allocator<DYNAMIC>::allocate(sizeof(P)*length… in allocate() function [all …]
|
D | memory_pool.hpp | 196 static char* allocate ( vector_length_t sz) noexcept{ in allocate() function 213 static char* allocate ( ) noexcept{ in allocate() function
|
/cmsis-dsp-latest/dsppp/ |
D | allocator.h | 52 static char* allocate () noexcept{ \ 71 static char* allocate ( std::size_t sz) noexcept{ 90 static char* allocate ( std::size_t sz) noexcept{ 102 static char* allocate () noexcept{
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | memory_allocator.md | 30 static char* allocate ( vector_length_t sz) noexcept; 33 static char* allocate ( ) noexcept; 55 2. `pool_allocator` can use the data generated by `stat_allocator`to pre-allocate memory pools that…
|
D | guidelines.md | 8 If you need to allocate those temporaries very often then it may be better to write the algorithm i…
|
D | vectorop.md | 13 2. allocate the vectors
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | api.rst | 93 …t in the CMSIS-DSP API and in the final C implementation you'll need to allocate a state array wit…
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | clang_linker_script.ld | 189 * into the allocate ram addresses by the existing
|
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/ |
D | clang_linker_script.ld | 189 * into the allocate ram addresses by the existing
|
/cmsis-dsp-latest/dsppp/linker_scripts/ |
D | clang_sse300_mps3.sct | 200 * into the allocate ram addresses by the existing
|
D | clang_sse310_mps3.sct | 199 * into the allocate ram addresses by the existing
|
D | clang_m0p_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_m4_mps3.ld | 189 * into the allocate ram addresses by the existing
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/ |
D | clang_linker_script.ld | 189 * into the allocate ram addresses by the existing
|
/cmsis-dsp-latest/Testing/cmsis_build/linker_scripts/ |
D | clang_m0p_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_m33_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_m3_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_m4_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_m7_mps3.ld | 189 * into the allocate ram addresses by the existing
|
D | clang_sse300_mps3.sct | 200 * into the allocate ram addresses by the existing
|
D | clang_sse310_mps3.sct | 199 * into the allocate ram addresses by the existing
|
/cmsis-dsp-latest/ |
D | PythonWrapper_README.md | 125 …oftware/CMSIS-DSP) API and in the final C implementation you'll need to allocate a state array wit…
|