Storage for a memory pool. More...
#include <os-mempool.h>
Public Attributes | |
T | pool [(blocks *block_size_bytes+sizeof(T) - 1)/sizeof(T)] |
Storage for a memory pool.
Each message is stored in an element extended to a multiple of pointers. The free lists is kept inside the blocks and does not require additional storage.
Definition at line 174 of file os-mempool.h.
T os::rtos::memory_pool::arena< T, blocks, block_size_bytes >::pool[(blocks *block_size_bytes+sizeof(T) - 1)/sizeof(T)] |
Definition at line 177 of file os-mempool.h.