OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TGlobalAllocator Class Reference

Provides class-specific operator new and operator delete that allocate from global memory. More...

#include <owl/template.h>

Public Member Functions

voidoperator new (size_t sz)
 
void operator delete (void *ptr)
 
voidAlloc (size_t sz)
 
void Free (void *ptr)
 
voidReAlloc (void *ptr, size_t sz)
 

Detailed Description

Provides class-specific operator new and operator delete that allocate from global memory.

Definition at line 127 of file template.h.

Member Function Documentation

◆ Alloc()

void * owl::TGlobalAllocator::Alloc ( size_t sz)
inline

Definition at line 153 of file template.h.

◆ Free()

void owl::TGlobalAllocator::Free ( void * ptr)
inline

Definition at line 156 of file template.h.

◆ operator delete()

void owl::TGlobalAllocator::operator delete ( void * ptr)
inline

Definition at line 148 of file template.h.

◆ operator new()

void * owl::TGlobalAllocator::operator new ( size_t sz)
inline

Definition at line 145 of file template.h.

◆ ReAlloc()

void * owl::TGlobalAllocator::ReAlloc ( void * ptr,
size_t sz )
inline

Definition at line 161 of file template.h.


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