Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_mem_PoolStats_t Struct Reference

#include <le_mem.h>

Data Fields

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

Detailed Description

List of memory pool statistics.

Field Documentation

◆ numBlocksInUse

size_t le_mem_PoolStats_t::numBlocksInUse

Number of currently allocated blocks.

◆ maxNumBlocksUsed

size_t le_mem_PoolStats_t::maxNumBlocksUsed

Maximum number of allocated blocks at any one time.

◆ numOverflows

size_t le_mem_PoolStats_t::numOverflows

Number of times le_mem_ForceAlloc() had to expand the pool.

◆ numAllocs

uint64_t le_mem_PoolStats_t::numAllocs

Number of times an object has been allocated from this pool.

◆ numFree

size_t le_mem_PoolStats_t::numFree

Number of free objects currently available in this pool.


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