Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp196 static char* allocate ( vector_length_t sz) noexcept{ in allocate() function
213 static char* allocate ( ) noexcept{ in allocate() function
Dvector_impl.hpp309 static char* allocate(){return(Allocator<vector_size>::allocate());}; in allocate() function
641 …static char* allocate(vector_length_t length){return(Allocator<DYNAMIC>::allocate(sizeof(P)*length… in allocate() function