MQTT C Client Libraries Internals
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
storageElement Struct Reference

Each item on the heap is recorded with this structure. More...

Data Fields

char * file
 the name of the source file where the storage was allocated
 
int line
 the line no in the source file where it was allocated
 
void * ptr
 pointer to the allocated storage
 
size_t size
 size of the allocated storage
 

Detailed Description

Each item on the heap is recorded with this structure.


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