MemTrackExtra Struct Reference

Holds the info that we use in the memory tracking code. It is a doubly linked list that tells us how big a block is, where it was allocated etc. More...

List of all members.

Public Attributes

UINT32 GuardWord
MemTrackExtrapNext
MemTrackExtrapPrev
size_t Size
void * Start
char Filename [22]
INT32 LineNum


Detailed Description

Holds the info that we use in the memory tracking code. It is a doubly linked list that tells us how big a block is, where it was allocated etc.

Author:
Rik_Heywood (Xara Group Ltd) <camelotdev@xara.com>
Date:
27/8/94

Definition at line 136 of file ccobject.cpp.


Member Data Documentation

char MemTrackExtra::Filename[22]
 

Definition at line 143 of file ccobject.cpp.

UINT32 MemTrackExtra::GuardWord
 

Definition at line 138 of file ccobject.cpp.

INT32 MemTrackExtra::LineNum
 

Definition at line 144 of file ccobject.cpp.

struct MemTrackExtra* MemTrackExtra::pNext
 

Definition at line 139 of file ccobject.cpp.

struct MemTrackExtra* MemTrackExtra::pPrev
 

Definition at line 140 of file ccobject.cpp.

size_t MemTrackExtra::Size
 

Definition at line 141 of file ccobject.cpp.

void* MemTrackExtra::Start
 

Definition at line 142 of file ccobject.cpp.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 03:56:10 2007 for Camelot by  doxygen 1.4.4