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

+

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

Defines

#define internalAssert(a)   ((void)0)
#define NL_UPDATE_MAGIC_NUMBER(node)
#define NL_UPDATE_MAGIC_NUMBER_FREE_NODE(node)
#define NL_ALLOC_STOP   abort()
#define internalAssert(a)   ((void)0)
#define NL_UPDATE_MAGIC_NUMBER(node)
#define NL_UPDATE_MAGIC_NUMBER_FREE_NODE(node)
#define NL_ALLOC_STOP   abort()
+


Define Documentation

+

+ + + + +
+ + + + + + + +
#define internalAssert     ((void)0) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 32 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + + + + + + +
#define internalAssert     ((void)0) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 32 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + +
#define NL_ALLOC_STOP   abort() +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + +
#define NL_ALLOC_STOP   abort() +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + + + + + + +
#define NL_UPDATE_MAGIC_NUMBERnode   +
+
+ + + + + +
+   + + +

+Value:

{\
+                uint32 crc = evalMagicNumber (node);\
+                *(node->EndMagicNumber) = crc;\
+        }
+

+Definition at line 42 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + + + + + + +
#define NL_UPDATE_MAGIC_NUMBERnode   +
+
+ + + + + +
+   + + +

+Value:

{\
+                uint32 crc = evalMagicNumber (node);\
+                *(node->EndMagicNumber) = crc;\
+        }
+

+Definition at line 42 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + + + + + + +
#define NL_UPDATE_MAGIC_NUMBER_FREE_NODEnode   +
+
+ + + + + +
+   + + +

+Value:

{\
+                if (node != &_NullNode.FreeNode) \
+                { \
+                        uint32 crc = evalMagicNumber (getNode (node));\
+                        *(getNode (node)->EndMagicNumber) = crc;\
+                } \
+        }
+

+Definition at line 47 of file src/memory/heap_allocator_inline.h.

+

+ + + + +
+ + + + + + + +
#define NL_UPDATE_MAGIC_NUMBER_FREE_NODEnode   +
+
+ + + + + +
+   + + +

+Value:

{\
+                if (node != &_NullNode.FreeNode) \
+                { \
+                        uint32 crc = evalMagicNumber (getNode (node));\
+                        *(getNode (node)->EndMagicNumber) = crc;\
+                } \
+        }
+

+Definition at line 47 of file src/memory/heap_allocator_inline.h.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1