Public Attributes | List of all members
storageElement Struct Reference

Public Attributes

char * file
 
int line
 
void * ptr
 
size_t size
 

Detailed Description

Each item on the heap is recorded with this structure.

Definition at line 68 of file Heap.c.

Member Data Documentation

char* storageElement::file

the name of the source file where the storage was allocated

Definition at line 70 of file Heap.c.

int storageElement::line

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:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:50