RAVE
|
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* RaveHeapEntry_t::b |
the returned ptr
char* RaveHeapEntry_t::filename |
the filename the data was allocated in
int RaveHeapEntry_t::lineno |
the line the data was allocated at
void* RaveHeapEntry_t::ptr |
the internal ptr
size_t RaveHeapEntry_t::sz |
the allocated size