HL-HDF
|
Keeps track on one allocation. More...
Public Attributes | |
char * | filename |
the filename the data was allocated in | |
int | lineno |
the line the data was allocated at | |
size_t | sz |
the allocated size | |
void * | b |
the returned ptr | |
void * | ptr |
the internal ptr | |
Keeps track on one allocation.
void* HlhdfHeapEntry_t::b |
the returned ptr
char* HlhdfHeapEntry_t::filename |
the filename the data was allocated in
int HlhdfHeapEntry_t::lineno |
the line the data was allocated at
void* HlhdfHeapEntry_t::ptr |
the internal ptr
size_t HlhdfHeapEntry_t::sz |
the allocated size