RAVE
RaveHeapEntry_t Struct Reference

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
 

Detailed Description

Keeps track on one allocation.

Member Data Documentation

◆ b

void* RaveHeapEntry_t::b

the returned ptr

◆ filename

char* RaveHeapEntry_t::filename

the filename the data was allocated in

◆ lineno

int RaveHeapEntry_t::lineno

the line the data was allocated at

◆ ptr

void* RaveHeapEntry_t::ptr

the internal ptr

◆ sz

size_t RaveHeapEntry_t::sz

the allocated size


The documentation for this struct was generated from the following file: