# 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  

heap_allocator.cpp File Reference

#include "heap_allocator.h"
#include <stdio.h>
#include "heap_allocator_inline.h"

Go to the source code of this file.

Namespaces

namespace  NLMEMORY

Defines

#define NL_HEAP_SB_CATEGORY   "_SmlBlk"
#define NL_HEAP_CATEGORY_BLOCK_CATEGORY   "_MemCat"
#define NL_HEAP_MEM_DEBUG_CATEGORY   "_MemDb"
#define NL_HEAP_UNKNOWN_CATEGORY   "Unknown"


Define Documentation

#define NL_HEAP_CATEGORY_BLOCK_CATEGORY   "_MemCat"
 

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

Referenced by NLMEMORY::CHeapAllocator::debugGetSBDebugInfoSize.

#define NL_HEAP_MEM_DEBUG_CATEGORY   "_MemDb"
 

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

#define NL_HEAP_SB_CATEGORY   "_SmlBlk"
 

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

#define NL_HEAP_UNKNOWN_CATEGORY   "Unknown"
 

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

Referenced by NLMEMORY::CHeapAllocator::checkFreeNode.