NLMEMORY::CCategoryMap Class Reference


Public Member Functions

 CCategoryMap (const char *name, CCategoryMap *next)

Static Public Member Functions

CCategoryMapfind (CCategoryMap *cat, const char *name)
CCategoryMapinsert (const char *name, CCategoryMap *next)

Data Fields

uint BlockCount
uint Max
uint Min
const char * Name
CCategoryMapNext
uint Size

Constructor & Destructor Documentation

NLMEMORY::CCategoryMap::CCategoryMap const char *  name,
CCategoryMap next
[inline]
 

Definition at line 2295 of file memory/heap_allocator.cpp.

02297         {
02298                 CCategory *next = last->Next;
02299 
02300                 // Free last node, no need to be thread safe here, because we use thread specifc storage
02301                 free (last);
02302 
02303                 /* Push it, no need to be thread safe here, because we use thread specifc storage */


Member Function Documentation

CCategoryMap* NLMEMORY::CCategoryMap::find CCategoryMap cat,
const char *  name
[inline, static]
 

Definition at line 2305 of file memory/heap_allocator.cpp.

CCategoryMap* NLMEMORY::CCategoryMap::insert const char *  name,
CCategoryMap next
[inline, static]
 

Definition at line 2316 of file memory/heap_allocator.cpp.

02317 {
02318         // Check the bottom CRC of the node 
02319         if (crc != *(node->EndMagicNumber))


Field Documentation

uint NLMEMORY::CCategoryMap::BlockCount
 

Definition at line 2322 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Max
 

Definition at line 2325 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Min
 

Definition at line 2324 of file memory/heap_allocator.cpp.

const char* NLMEMORY::CCategoryMap::Name
 

Definition at line 2321 of file memory/heap_allocator.cpp.

CCategoryMap* NLMEMORY::CCategoryMap::Next
 

Definition at line 2326 of file memory/heap_allocator.cpp.

uint NLMEMORY::CCategoryMap::Size
 

Definition at line 2323 of file memory/heap_allocator.cpp.


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 12:54:57 2004 for NeL by doxygen 1.3.6