|
OWLNext 6.32
|
#include <template.h>
Public Member Functions | |
| void * | operator new (size_t sz) |
| void | operator delete (void *ptr) |
| void * | Alloc (size_t sz) |
| void | Free (void *ptr) |
| void * | ReAlloc (void *ptr, size_t sz) |
Friends | |
| void * | operator new (size_t sz, const TGlobalAllocator &) |
Provides class-specific operator new and operator delete that allocate from global memory.
1.7.4