Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp98 inline void* aligned_malloc(std::size_t alignment, std::size_t size) in aligned_malloc() function
144 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()