Home --> Documentations --> PJLIB Reference
#include <pool.h>
This structure describes the memory pool. Only implementors of pool factory need to care about the contents of this structure.
Opaque data type for memory pool.
Standard list elements.
List of memory blocks allcoated by the pool.
The callback to be called when the pool is unable to allocate memory.
Current capacity allocated by the pool.
Pool factory.
Data put by factory
Size of memory block to be allocated when the pool runs out of memory
Pool name