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/a04687.html | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 docs/doxygen/nel/a04687.html (limited to 'docs/doxygen/nel/a04687.html') diff --git a/docs/doxygen/nel/a04687.html b/docs/doxygen/nel/a04687.html new file mode 100644 index 00000000..857667d2 --- /dev/null +++ b/docs/doxygen/nel/a04687.html @@ -0,0 +1,60 @@ + + +NeL: object_arena_allocator.h File Reference + + + +
+

object_arena_allocator.h File Reference


Detailed Description

+
Id
object_arena_allocator.h,v 1.3 2004/03/08 11:21:54 vizerie Exp
+ +

+Definition in file object_arena_allocator.h. +

+#include "nel/misc/singelton.h"
+ +

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

Namespaces

namespace  NLMISC

Defines

#define NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR
+


Define Documentation

+

+ + + + +
+ + +
#define NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR +
+
+ + + + + +
+   + + +

+Value:

void *operator new(size_t size, const char *filename, int line) { return NLMISC::CObjectArenaAllocator::getDefaultAllocator().alloc((uint) size); }\
+                void operator delete(void *block, const char *filename, int line) { NLMISC::CObjectArenaAllocator::getDefaultAllocator().free(block); }            \
+                void operator delete(void *block) { NLMISC::CObjectArenaAllocator::getDefaultAllocator().free(block); }
+
+

+Definition at line 100 of file object_arena_allocator.h.

+


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