20 #include <coil/Allocator.h> 34 return operator new(
t);
58 return operator new [](
t);
virtual void * NewArray(size_t t)
Create of array memory allocation.
virtual void Delete(void *p)
Delete of memory allocation.
virtual void DeleteArray(void *p)
Delete of array memory allocation.
virtual void * New(size_t t)
Create of memory allocation.
Common Object Interface Layer.