1 #ifndef __JLANG__JOBJECTALLOCATOR__ 
    2 #define __JLANG__JOBJECTALLOCATOR__ 
   10 namespace JPP { 
using namespace JLANG; }
 
   28   template<
class T, 
class JAllocator_t>
 
   60     static inline void* 
operator new(
const std::size_t size)
 
   72     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.