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 } |
|
|
|
|
|
|
|
|
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 };
|
1.4.4