|
OWLNext 6.32
|
#include <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) |
Friends | |
| void * | operator new (size_t sz, const TStandardAllocator &) |
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.
1.7.4