Expand description
Safe, idiomatic wrappers for the CFE Executive Services Memory Pool API.
This module provides a MemPool handle and a PoolBuffer RAII guard
to ensure that memory allocated from a pool is always returned, preventing
memory leaks.
Structsยง
- Block
Stats - Statistics about a specific block size within a memory pool.
- MemPool
- A handle to a cFE Executive Services memory pool.
- MemPool
Stats - Statistics about a cFE memory pool.
- Pool
Buffer - An RAII guard for a buffer allocated from a
MemPool.