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