|  | MQTT C Client Libraries Internals
    | 
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 | |
Each item on the heap is recorded with this structure.
 1.8.17
 1.8.17