# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMEMORY::CHeapAllocator::CFreeNode Struct Reference

List of all members.

Public Types

enum  { Red = 1 }

Public Attributes

CFreeNode * Left
CFreeNode * Right
CFreeNode * Parent
uint32 Flags

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Red 

Definition at line 363 of file src/memory/heap_allocator.h.


Member Data Documentation

uint32 NLMEMORY::CHeapAllocator::CFreeNode::Flags
 

Definition at line 370 of file src/memory/heap_allocator.h.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Left
 

Definition at line 367 of file src/memory/heap_allocator.h.

Referenced by NLMEMORY::CHeapAllocator::isNodeSmall.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Parent
 

Definition at line 369 of file src/memory/heap_allocator.h.

CFreeNode* NLMEMORY::CHeapAllocator::CFreeNode::Right
 

Definition at line 368 of file src/memory/heap_allocator.h.

Referenced by NLMEMORY::CHeapAllocator::isNodeSmall.


The documentation for this struct was generated from the following file: