 |
Irrlicht 3D Engine
|
|
Go to the documentation of this file.
5 #ifndef __IRR_ALLOCATOR_H_INCLUDED__
6 #define __IRR_ALLOCATOR_H_INCLUDED__
18 #ifdef DEBUG_CLIENTBLOCK
19 #undef DEBUG_CLIENTBLOCK
20 #define DEBUG_CLIENTBLOCK new
47 new ((
void*)ptr) T(e);
60 return operator new(cnt);
82 return (T*)
operator new(cnt*
sizeof(T));
94 new ((
void*)ptr) T(e);
106 #ifdef DEBUG_CLIENTBLOCK
107 #undef DEBUG_CLIENTBLOCK
108 #define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)