#include <string>
#include "nel/memory/memory_manager.h"
#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_CATEGORY_BLOCK_CATEGORY "_MemCat" |
#define | NL_HEAP_MEM_DEBUG_CATEGORY "_MemDb" |
#define | NL_HEAP_SB_CATEGORY "_SmlBlk" |
#define | NL_HEAP_UNKNOWN_CATEGORY "Unknown" |
|
Definition at line 920 of file memory/heap_allocator.cpp. Referenced by NLMISC::CHeapAllocator::debugPushCategoryString(). |
|
Definition at line 921 of file memory/heap_allocator.cpp. Referenced by NLMISC::CHeapAllocator::debugReportMemoryLeak(), and NLMISC::CHeapAllocator::debugStatisticsReport(). |
|
Definition at line 919 of file memory/heap_allocator.cpp. Referenced by NLMISC::CHeapAllocator::allocate(), and NLMISC::CHeapAllocator::getAllocatedMemory(). |
|
Definition at line 922 of file memory/heap_allocator.cpp. Referenced by NLMISC::CHeapAllocator::allocate(). |