Public Types | |
| enum | { Red = 1 } |
Data Fields | |
| uint32 | Flags |
| CFreeNode * | Left |
| CFreeNode * | Parent |
| CFreeNode * | Right |
|
|
Definition at line 369 of file src/memory/heap_allocator.h.
00370 {
00371 Red = 1
00372 };
|
|
|
Definition at line 376 of file src/memory/heap_allocator.h. |
|
|
Definition at line 373 of file src/memory/heap_allocator.h. |
|
|
Definition at line 375 of file src/memory/heap_allocator.h. |
|
|
Definition at line 374 of file src/memory/heap_allocator.h. |
1.3.6