Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp188 struct malloc_allocator { struct
196 static char* allocate ( vector_length_t sz) noexcept{ in allocate()
213 static char* allocate ( ) noexcept{ in allocate()
230 static void destroy ( char* ptr ) noexcept { in destroy()