le_mem_PoolStats_t Struct Reference

#include <le_mem.h>

Data Fields

size_t numBlocksInUse
 Number of currently allocated blocks.
 
size_t maxNumBlocksUsed
 Maximum number of allocated blocks at any one time.
 
size_t numOverflows
 Number of times le_mem_ForceAlloc() had to expand the pool.
 
uint64_t numAllocs
 Number of times an object has been allocated from this pool.
 
size_t numFree
 Number of free objects currently available in this pool.
 

Detailed Description

List of memory pool statistics.


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