Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp129 struct user_allocator_aligned_malloc struct
131 typedef std::size_t size_type;
132 typedef std::ptrdiff_t difference_type;
141 static char * malloc(const size_type bytes) in malloc()
160 static void free(char * const block) in free()