OWLNext 6.32
Public Member Functions | Friends
owl::TStandardAllocator Class Reference

#include <template.h>

List of all members.

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 &)

Detailed Description

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.


The documentation for this class was generated from the following file: