Public Member Functions | |
| CCategoryMap (const char *name, CCategoryMap *next) | |
Static Public Member Functions | |
| CCategoryMap * | find (CCategoryMap *cat, const char *name) |
| CCategoryMap * | insert (const char *name, CCategoryMap *next) |
Data Fields | |
| uint | BlockCount |
| uint | Max |
| uint | Min |
| const char * | Name |
| CCategoryMap * | Next |
| uint | Size |
|
||||||||||||
|
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 */
|
|
||||||||||||
|
Definition at line 2305 of file memory/heap_allocator.cpp. |
|
||||||||||||
|
Definition at line 2316 of file memory/heap_allocator.cpp.
02317 {
02318 // Check the bottom CRC of the node
02319 if (crc != *(node->EndMagicNumber))
|
|
|
Definition at line 2322 of file memory/heap_allocator.cpp. |
|
|
Definition at line 2325 of file memory/heap_allocator.cpp. |
|
|
Definition at line 2324 of file memory/heap_allocator.cpp. |
|
|
Definition at line 2321 of file memory/heap_allocator.cpp. |
|
|
Definition at line 2326 of file memory/heap_allocator.cpp. |
|
|
Definition at line 2323 of file memory/heap_allocator.cpp. |
1.3.6