HL-HDF
HlhdfHeapEntry_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* HlhdfHeapEntry_t::b

the returned ptr

◆ filename

char* HlhdfHeapEntry_t::filename

the filename the data was allocated in

◆ lineno

int HlhdfHeapEntry_t::lineno

the line the data was allocated at

◆ ptr

void* HlhdfHeapEntry_t::ptr

the internal ptr

◆ sz

size_t HlhdfHeapEntry_t::sz

the allocated size


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