Each item on the heap is recorded with this structure.
Definition at line 68 of file Heap.c.
char* storageElement::file |
the name of the source file where the storage was allocated
Definition at line 70 of file Heap.c.
the line no in the source file where it was allocated
Definition at line 71 of file Heap.c.
void* storageElement::ptr |
pointer to the allocated storage
Definition at line 72 of file Heap.c.
size_t storageElement::size |
size of the allocated storage
Definition at line 73 of file Heap.c.
The documentation for this struct was generated from the following file: