![]() |
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Provides class-specific operator new and operator delete that allocate from local memory. More...
#include <owl/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) |
Provides class-specific operator new and operator delete that allocate from local memory.
Definition at line 86 of file template.h.
Definition at line 111 of file template.h.
Definition at line 116 of file template.h.
Definition at line 106 of file template.h.
Definition at line 101 of file template.h.
Definition at line 121 of file template.h.