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/misc_2heap__allocator_8cpp.html | 198 +++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 docs/doxygen/nel/misc_2heap__allocator_8cpp.html (limited to 'docs/doxygen/nel/misc_2heap__allocator_8cpp.html') diff --git a/docs/doxygen/nel/misc_2heap__allocator_8cpp.html b/docs/doxygen/nel/misc_2heap__allocator_8cpp.html new file mode 100644 index 00000000..f3a48bd6 --- /dev/null +++ b/docs/doxygen/nel/misc_2heap__allocator_8cpp.html @@ -0,0 +1,198 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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 "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 <set>
+#include "nel/misc/heap_allocator_inline.h"
+ +

+Go to the source code of this file. + + + + + + + +

Namespaces

namespace  NLMISC

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 54 of file misc/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::debugPushCategoryString.

+

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

+ +

+Definition at line 55 of file misc/heap_allocator.cpp. +

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

+

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

+ +

+Definition at line 53 of file misc/heap_allocator.cpp. +

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

+

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

+ +

+Definition at line 56 of file misc/heap_allocator.cpp. +

+Referenced by NLMISC::CHeapAllocator::allocate.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1