Home
last modified time | relevance | path

Searched refs:MEMORY_POOL_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp144 return reinterpret_cast<char *>(aligned_malloc(MEMORY_POOL_ALIGNMENT, bytes)); in malloc()
146 char *ret = reinterpret_cast<char *>(aligned_malloc(MEMORY_POOL_ALIGNMENT, bytes)); in malloc()
Dcommon.hpp14 #define MEMORY_POOL_ALIGNMENT 128 macro