Public Types | |
| enum | { Red = 1 } |
Data Fields | |
| uint32 | Flags |
| CFreeNode * | Left |
| CFreeNode * | Parent |
| CFreeNode * | Right |
|
|
Definition at line 320 of file include/nel/misc/heap_allocator.h.
00321 {
00322 Red = 1
00323 };
|
|
|
Definition at line 327 of file include/nel/misc/heap_allocator.h. |
|
|
Definition at line 324 of file include/nel/misc/heap_allocator.h. Referenced by NLMISC::CHeapAllocator::CHeapAllocator(), and NLMISC::CHeapAllocator::insert(). |
|
|
Definition at line 326 of file include/nel/misc/heap_allocator.h. Referenced by NLMISC::CHeapAllocator::CHeapAllocator(). |
|
|
Definition at line 325 of file include/nel/misc/heap_allocator.h. Referenced by NLMISC::CHeapAllocator::CHeapAllocator(), and NLMISC::CHeapAllocator::insert(). |
1.3.6