Searched refs:MemoryPool (Results 1 – 3 of 3) sorted by relevance
276 class MemoryPool { class283 explicit MemoryPool(const uint16_t nbBufs) in MemoryPool() function in arm_cmsis_dsp::MemoryPool297 ~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;
6 MemoryPool<POOL_BLOCK_##BYTES,user_allocator_aligned_malloc> vecPool_##BYTES(NB);
49 extern MemoryPool<POOL_BLOCK_##BYTES,user_allocator_aligned_malloc> vecPool_##BYTES;\