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/a02331.html | 321 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 docs/doxygen/nel/a02331.html (limited to 'docs/doxygen/nel/a02331.html') diff --git a/docs/doxygen/nel/a02331.html b/docs/doxygen/nel/a02331.html new file mode 100644 index 00000000..6c04ab05 --- /dev/null +++ b/docs/doxygen/nel/a02331.html @@ -0,0 +1,321 @@ + + +NeL: NLMEMORY::CCategoryMap class Reference + + + +
+

NLMEMORY::CCategoryMap Class Reference

+ + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CCategoryMap (const char *name, CCategoryMap *next)

Static Public Member Functions

CCategoryMapfind (CCategoryMap *cat, const char *name)
CCategoryMapinsert (const char *name, CCategoryMap *next)

Data Fields

uint BlockCount
uint Max
uint Min
const char * Name
CCategoryMapNext
uint Size
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLMEMORY::CCategoryMap::CCategoryMap const char *  name,
CCategoryMap next
[inline]
+
+ + + + + +
+   + + +

+ +

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

+

02297         {
+02298                 CCategory *next = last->Next;
+02299 
+02300                 // Free last node, no need to be thread safe here, because we use thread specifc storage
+02301                 free (last);
+02302 
+02303                 /* Push it, no need to be thread safe here, because we use thread specifc storage */
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
CCategoryMap* NLMEMORY::CCategoryMap::find CCategoryMap cat,
const char *  name
[inline, static]
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
CCategoryMap* NLMEMORY::CCategoryMap::insert const char *  name,
CCategoryMap next
[inline, static]
+
+ + + + + +
+   + + +

+ +

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

+

02317 {
+02318         // Check the bottom CRC of the node 
+02319         if (crc != *(node->EndMagicNumber))
+
+


Field Documentation

+

+ + + + +
+ + +
uint NLMEMORY::CCategoryMap::BlockCount +
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + +
uint NLMEMORY::CCategoryMap::Max +
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + +
uint NLMEMORY::CCategoryMap::Min +
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + +
const char* NLMEMORY::CCategoryMap::Name +
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + +
CCategoryMap* NLMEMORY::CCategoryMap::Next +
+
+ + + + + +
+   + + +

+ +

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

+

+ + + + +
+ + +
uint NLMEMORY::CCategoryMap::Size +
+
+ + + + + +
+   + + +

+ +

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

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 12:54:57 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1