Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmemory_pool.hpp276 class MemoryPool { class
283 explicit MemoryPool(const uint16_t nbBufs) in MemoryPool() function in arm_cmsis_dsp::MemoryPool
297 ~MemoryPool() in ~MemoryPool()
305 MemoryPool(const MemoryPool& other) = delete;
307 MemoryPool(MemoryPool&& other) = delete;
310 MemoryPool& operator=(const MemoryPool& other) = delete;
312 MemoryPool& operator=(MemoryPool&& other) = delete;
/cmsis-dsp-latest/dsppp/
Dallocator.cpp6 MemoryPool<POOL_BLOCK_##BYTES,user_allocator_aligned_malloc> vecPool_##BYTES(NB);
Dallocator.h49 extern MemoryPool<POOL_BLOCK_##BYTES,user_allocator_aligned_malloc> vecPool_##BYTES;\