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/a02620.html | 341 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 docs/doxygen/nel/a02620.html (limited to 'docs/doxygen/nel/a02620.html') diff --git a/docs/doxygen/nel/a02620.html b/docs/doxygen/nel/a02620.html new file mode 100644 index 00000000..cce13277 --- /dev/null +++ b/docs/doxygen/nel/a02620.html @@ -0,0 +1,341 @@ + + +NeL: NLMEMORY::CHeapAllocator::CNodeBegin struct Reference + + + +
+

NLMEMORY::CHeapAllocator::CNodeBegin Struct Reference

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

Public Types

enum  { MarkerSize = 6 + }
enum  { Free = 0x40000000, +Last = 0x80000000, +SizeMask = 0x3fffffff + }

Data Fields

uint32 AllocateNumber
char BeginMarkers [MarkerSize]
char Category [CategoryStringLength]
uint32EndMagicNumber
const char * File
CHeapAllocatorHeap
uint16 Line
CNodeBeginPrevious
uint32 SizeAndFlags
+

Member Enumeration Documentation

+

+ + + + +
+ + +
anonymous enum +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + +
MarkerSize  +
+
+ +

+Definition at line 278 of file src/memory/heap_allocator.h. +

+

00279                 { 
+00280                         MarkerSize=6
+00281                 };
+
+

+ + + + +
+ + +
anonymous enum +
+
+ + + + + +
+   + + +

+

Enumeration values:
+ + + + +
Free  +
Last  +
SizeMask  +
+
+ +

+Definition at line 284 of file src/memory/heap_allocator.h. +

+

00285                 { 
+00286                         Free=0x40000000,
+00287                         Last=0x80000000,
+00288                         SizeMask=0x3fffffff,
+00289                 };
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NLMEMORY::CHeapAllocator::CNodeBegin::AllocateNumber +
+
+ + + + + +
+   + + +

+ +

+Definition at line 298 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
char NLMEMORY::CHeapAllocator::CNodeBegin::BeginMarkers[MarkerSize] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 292 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
char NLMEMORY::CHeapAllocator::CNodeBegin::Category[CategoryStringLength] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 294 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
uint32* NLMEMORY::CHeapAllocator::CNodeBegin::EndMagicNumber +
+
+ + + + + +
+   + + +

+ +

+Definition at line 297 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
const char* NLMEMORY::CHeapAllocator::CNodeBegin::File +
+
+ + + + + +
+   + + +

+ +

+Definition at line 295 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
CHeapAllocator* NLMEMORY::CHeapAllocator::CNodeBegin::Heap +
+
+ + + + + +
+   + + +

+ +

+Definition at line 296 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
uint16 NLMEMORY::CHeapAllocator::CNodeBegin::Line +
+
+ + + + + +
+   + + +

+ +

+Definition at line 293 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
CNodeBegin* NLMEMORY::CHeapAllocator::CNodeBegin::Previous +
+
+ + + + + +
+   + + +

+ +

+Definition at line 302 of file src/memory/heap_allocator.h.

+

+ + + + +
+ + +
uint32 NLMEMORY::CHeapAllocator::CNodeBegin::SizeAndFlags +
+
+ + + + + +
+   + + +

+ +

+Definition at line 301 of file src/memory/heap_allocator.h.

+


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