Skip to main content

Module pool

Module pool 

Source
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ยง

BlockStats
Statistics about a specific block size within a memory pool.
MemPool
A handle to a cFE Executive Services memory pool.
MemPoolStats
Statistics about a cFE memory pool.
PoolBuffer
An RAII guard for a buffer allocated from a MemPool.