From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04352.html | 143 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/doxygen/nel/a04352.html (limited to 'docs/doxygen/nel/a04352.html') diff --git a/docs/doxygen/nel/a04352.html b/docs/doxygen/nel/a04352.html new file mode 100644 index 00000000..178917ff --- /dev/null +++ b/docs/doxygen/nel/a04352.html @@ -0,0 +1,143 @@ + + +NeL: memory/heap_allocator.cpp File Reference + + + +
+

heap_allocator.cpp File Reference

+

+#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"
+


Define Documentation

+

+ + + + +
+ + +
#define NL_HEAP_CATEGORY_BLOCK_CATEGORY   "_MemCat" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 920 of file memory/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::debugPushCategoryString().

+

+ + + + +
+ + +
#define NL_HEAP_MEM_DEBUG_CATEGORY   "_MemDb" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 921 of file memory/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::debugReportMemoryLeak(), and NLMISC::CHeapAllocator::debugStatisticsReport().

+

+ + + + +
+ + +
#define NL_HEAP_SB_CATEGORY   "_SmlBlk" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 919 of file memory/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::allocate(), and NLMISC::CHeapAllocator::getAllocatedMemory().

+

+ + + + +
+ + +
#define NL_HEAP_UNKNOWN_CATEGORY   "Unknown" +
+
+ + + + + +
+   + + +

+ +

+Definition at line 922 of file memory/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::allocate().

+


Generated on Tue Mar 16 06:42:35 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1