memblk.h File Reference

(r1785/r751)

Go to the source code of this file.

Classes

class  MemoryBlock

Defines

#define USE_STD_ALLOC   1
#define USE_VM_BLOCKS   0

Enumerations

enum  MemoryBlockType { MEMORYBLOCK_HANDLETABLE, MEMORYBLOCK_RELOCHEAP, MEMORYBLOCK_SCREENBUFFER }


Define Documentation

#define USE_STD_ALLOC   1
 

Definition at line 108 of file memblk.h.

#define USE_VM_BLOCKS   0
 

Definition at line 109 of file memblk.h.


Enumeration Type Documentation

enum MemoryBlockType
 

Enumerator:
MEMORYBLOCK_HANDLETABLE 
MEMORYBLOCK_RELOCHEAP 
MEMORYBLOCK_SCREENBUFFER 

Definition at line 116 of file memblk.h.

00117 {                                           // don't add anything in here without asking
00118     MEMORYBLOCK_HANDLETABLE,                // Andy
00119     MEMORYBLOCK_RELOCHEAP,
00120     MEMORYBLOCK_SCREENBUFFER
00121 };


Generated on Sat Nov 10 03:49:33 2007 for Camelot by  doxygen 1.4.4