Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 22 of 22) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dvector_impl.hpp309 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 …]
Dmemory_pool.hpp196 static char* allocate ( vector_length_t sz) noexcept{ in allocate() function
213 static char* allocate ( ) noexcept{ in allocate() function
/cmsis-dsp-latest/dsppp/
Dallocator.h52 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/
Dmemory_allocator.md30 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…
Dguidelines.md8 If you need to allocate those temporaries very often then it may be better to write the algorithm i…
Dvectorop.md13 2. allocate the vectors
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst93 …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/
Dclang_linker_script.ld189 * into the allocate ram addresses by the existing
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/
Dclang_linker_script.ld189 * into the allocate ram addresses by the existing
/cmsis-dsp-latest/dsppp/linker_scripts/
Dclang_sse300_mps3.sct200 * into the allocate ram addresses by the existing
Dclang_sse310_mps3.sct199 * into the allocate ram addresses by the existing
Dclang_m0p_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_m4_mps3.ld189 * into the allocate ram addresses by the existing
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/
Dclang_linker_script.ld189 * into the allocate ram addresses by the existing
/cmsis-dsp-latest/Testing/cmsis_build/linker_scripts/
Dclang_m0p_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_m33_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_m3_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_m4_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_m7_mps3.ld189 * into the allocate ram addresses by the existing
Dclang_sse300_mps3.sct200 * into the allocate ram addresses by the existing
Dclang_sse310_mps3.sct199 * into the allocate ram addresses by the existing
/cmsis-dsp-latest/
DPythonWrapper_README.md125 …oftware/CMSIS-DSP) API and in the final C implementation you'll need to allocate a state array wit…