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)
 
Base class for customized new/delete operators.
 
static const std::size_t BLOCK_SIZE
size of object [Byte]
 
JObjectAllocator()
Defaul constructor.
 
static JAllocator_t & getInstance()
Get reference to unique instance of this class object.
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).