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/a04560.html | 159 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 docs/doxygen/nel/a04560.html (limited to 'docs/doxygen/nel/a04560.html') diff --git a/docs/doxygen/nel/a04560.html b/docs/doxygen/nel/a04560.html new file mode 100644 index 00000000..f46bcc9d --- /dev/null +++ b/docs/doxygen/nel/a04560.html @@ -0,0 +1,159 @@ + + +NeL: memory_manager.cpp File Reference + + + +
+

memory_manager.cpp File Reference


Detailed Description

+A new memory manager

+

Id
memory_manager.cpp,v 1.8 2004/01/15 17:37:36 lecroart Exp
+ +

+Definition in file memory_manager.cpp. +

+#include <stl/_site_config.h>
+#include "nel/memory/memory_manager.h"
+#include "memory_common.h"
+#include "heap_allocator.h"
+ +

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

Namespaces

namespace  NLMEMORY

Defines

#define new   NL_NEW

Functions

 __declspec (dllimport) void *NelMemoryAllocate(unsigned int size)

Variables

const char * filename
const char uint line
+


Define Documentation

+

+ + + + +
+ + +
#define new   NL_NEW +
+
+ + + + + +
+   + + +

+

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
__declspec dllimport   ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 287 of file memory_manager.cpp. +

+References MEMORY_API, and size. +

+

00288 {
+00289 #ifndef NL_HEAP_ALLOCATION_NDEBUG
+00290         return NLMEMORY::GlobalHeapAllocator->allocate (size, "", 0, 0);
+00291 #else // NL_HEAP_ALLOCATION_NDEBUG
+00292         return NLMEMORY::GlobalHeapAllocator->allocate (size);
+00293 #endif // NL_HEAP_ALLOCATION_NDEBUG
+00294 }
+
+


Variable Documentation

+

+ + + + +
+ + +
const char* filename +
+
+ + + + + +
+   + + +

+ +

+Definition at line 296 of file memory_manager.cpp.

+

+ + + + +
+ + +
const char uint line +
+
+ + + + + +
+   + + +

+ +

+Definition at line 296 of file memory_manager.cpp.

+


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