RAVE
|
Heap structure when allocating rave objects. More...
Public Attributes | |
RaveCoreObject * | obj |
stored object | |
char | filename [1024] |
file the object was allocated in | |
int | lineno |
line number | |
struct _heapobject * | next |
next | |
struct _heapobject * | prev |
previous | |
Heap structure when allocating rave objects.
char _heapobject::filename[1024] |
file the object was allocated in
int _heapobject::lineno |
line number
struct _heapobject* _heapobject::next |
next
RaveCoreObject* _heapobject::obj |
stored object
struct _heapobject* _heapobject::prev |
previous