Each item on the heap is recorded with this structure.
More...
|
|
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.
The documentation for this struct was generated from the following file: