libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
MemPool::Stats Struct Reference

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.
 

Detailed Description

Statistics about the current state of the memory pool.


The documentation for this struct was generated from the following file: