1 #ifndef __JLANG__JOBJECTALLOCATOR__
2 #define __JLANG__JOBJECTALLOCATOR__
12 namespace JPP {
using namespace JLANG; }
30 template<
class T,
class JAllocator_t>
62 static inline void*
operator new(
const std::size_t size)
74 static inline void operator delete(
void* p,
const std::size_t size)
static const std::size_t BLOCK_SIZE
size of object [Byte]
JObjectAllocator()
Defaul constructor.
do set_variable OUTPUT_DIRECTORY $WORKDIR T
static JAllocator_t & getInstance()
Get reference to unique instance of this class object.
Base class for customized new/delete operators.