le_mem_PoolStats_t Struct Reference

#include <le_mem.h>

Collaboration diagram for le_mem_PoolStats_t:

Data Fields

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.
size_t numOverflows
 Number of times le_mem_ForceAlloc() had to expand the pool.

Detailed Description

List of memory pool statistics.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines