#include "stdmisc.h"
#include "nel/misc/heap_allocator.h"
#include "nel/misc/debug.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <set>
#include "nel/misc/heap_allocator_inline.h"
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
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 55 of file misc/heap_allocator.cpp. |
|
Definition at line 56 of file misc/heap_allocator.cpp. |
|
Definition at line 54 of file misc/heap_allocator.cpp. |
|
Definition at line 57 of file misc/heap_allocator.cpp. |