RAVE
_heapobject Struct Reference

Heap structure when allocating rave objects. More...

Public Attributes

RaveCoreObjectobj
 stored object
 
char filename [1024]
 file the object was allocated in
 
int lineno
 line number
 
struct _heapobjectnext
 next
 
struct _heapobjectprev
 previous
 

Detailed Description

Heap structure when allocating rave objects.

Member Data Documentation

◆ filename

char _heapobject::filename[1024]

file the object was allocated in

◆ lineno

int _heapobject::lineno

line number

◆ next

struct _heapobject* _heapobject::next

next

◆ obj

RaveCoreObject* _heapobject::obj

stored object

◆ prev

struct _heapobject* _heapobject::prev

previous


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