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/a04357.html | 153 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 docs/doxygen/nel/a04357.html (limited to 'docs/doxygen/nel/a04357.html') diff --git a/docs/doxygen/nel/a04357.html b/docs/doxygen/nel/a04357.html new file mode 100644 index 00000000..2d741ce6 --- /dev/null +++ b/docs/doxygen/nel/a04357.html @@ -0,0 +1,153 @@ + + +NeL: include/nel/misc/heap_allocator_inline.h File Reference + + + +
+

heap_allocator_inline.h File Reference

+

+ +

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

Defines

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


Define Documentation

+

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

+ +

+Definition at line 32 of file include/nel/misc/heap_allocator_inline.h.

+

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

+ +

+Definition at line 60 of file include/nel/misc/heap_allocator_inline.h.

+

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

+Value:

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

+Definition at line 42 of file include/nel/misc/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 include/nel/misc/heap_allocator_inline.h.

+


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