From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../include_2nel_2misc_2heap__allocator_8h.html | 277 +++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 docs/doxygen/nel/include_2nel_2misc_2heap__allocator_8h.html (limited to 'docs/doxygen/nel/include_2nel_2misc_2heap__allocator_8h.html') diff --git a/docs/doxygen/nel/include_2nel_2misc_2heap__allocator_8h.html b/docs/doxygen/nel/include_2nel_2misc_2heap__allocator_8h.html new file mode 100644 index 00000000..ebd6e359 --- /dev/null +++ b/docs/doxygen/nel/include_2nel_2misc_2heap__allocator_8h.html @@ -0,0 +1,277 @@ + + + + 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.h File Reference

#include "nel/misc/types_nl.h"
+#include "nel/misc/mutex.h"
+#include "nel/misc/tds.h"
+#include <vector>
+ +

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

Namespaces

namespace  NLMISC

Defines

#define NL_HEAP_NODE_END_SIZE   sizeof(CNodeEnd)
#define NL_SMALLBLOCK_COUNT   (1+(LastSmallBlock - FirstSmallBlock)/SmallBlockGranularity)
#define NL_SIZE_TO_SMALLBLOCK_INDEX(size)   ((size-1)>>SmallBlockGranularityShift)
#define NL_ALIGN_SIZE_FOR_SMALLBLOCK(size)   (((size) + SmallBlockGranularity-1) & ~(SmallBlockGranularity-1))
#define NelAlloc(heap, size, category)   ((heap).allocate (size, __FILE__, __LINE__, category))
#define NelRealloc(heap, size, ptr, category)   (heap.allocate (ptr, size, __FILE__, __LINE__, category))
+


Define Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
#define NelAllocheap,
size,
category      ((heap).allocate (size, __FILE__, __LINE__, category)) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 496 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::allocate, NLMEMORY::CHeapAllocator::debugGetSBDebugInfoSize, and NLMISC::CHeapAllocator::debugPushCategoryString.

+

+ + + + +
+ + + + + + + + + + + + + + + + +
#define NelReallocheap,
size,
ptr,
category      (heap.allocate (ptr, size, __FILE__, __LINE__, category)) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 499 of file include/nel/misc/heap_allocator.h.

+

+ + + + +
+ + + + + + + +
#define NL_ALIGN_SIZE_FOR_SMALLBLOCKsize      (((size) + SmallBlockGranularity-1) & ~(SmallBlockGranularity-1)) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 449 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::allocate.

+

+ + + + +
+ + +
#define NL_HEAP_NODE_END_SIZE   sizeof(CNodeEnd) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 275 of file include/nel/misc/heap_allocator.h.

+

+ + + + +
+ + + + + + + +
#define NL_SIZE_TO_SMALLBLOCK_INDEXsize      ((size-1)>>SmallBlockGranularityShift) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 448 of file include/nel/misc/heap_allocator.h. +

+Referenced by NLMISC::CHeapAllocator::allocate, NLMISC::CHeapAllocator::debugStatisticsReport, and NLMISC::CHeapAllocator::free.

+

+ + + + +
+ + +
#define NL_SMALLBLOCK_COUNT   (1+(LastSmallBlock - FirstSmallBlock)/SmallBlockGranularity) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 447 of file include/nel/misc/heap_allocator.h.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1