OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Provides class-specific operator new and operator delete that simply call the global operator new and operator delete. More...
#include <owl/template.h>
Public Member Functions | |
void | operator delete (void *ptr) |
void * | operator new (size_t sz) |
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 simply call the global operator new and operator delete.
That is, TStandardAllocator does not provide any specialized behavior. It is used in the non-managed versions of the parametrized containers.
Definition at line 37 of file template.h.
Definition at line 62 of file template.h.
Definition at line 65 of file template.h.
Definition at line 55 of file template.h.
Definition at line 58 of file template.h.
Definition at line 68 of file template.h.