Statistics about the current state of the memory pool. More...
#include <mempool.h>
Public Attributes | |
| size_t | totalFree |
| Total bytes available for allocation. | |
| size_t | totalUsed |
| Total bytes currently allocated. | |
| size_t | numFreeBlocks |
| Number of free block regions. | |
| size_t | numAllocatedBlocks |
| Number of allocated block regions. | |
| size_t | largestFreeBlock |
| Size in bytes of the largest free block. | |
Statistics about the current state of the memory pool.