#include "OVR_Allocator.h"
Definition at line 177 of file OVR_Allocator.h.
virtual void* OVR::Allocator::Alloc |
( |
UPInt |
size | ) |
|
|
pure virtual |
void * OVR::Allocator::AllocAligned |
( |
UPInt |
size, |
|
|
UPInt |
align |
|
) |
| |
|
virtual |
virtual void* OVR::Allocator::AllocDebug |
( |
UPInt |
size, |
|
|
const char * |
file, |
|
|
unsigned |
line |
|
) |
| |
|
inlinevirtual |
virtual void OVR::Allocator::Free |
( |
void * |
p | ) |
|
|
pure virtual |
void OVR::Allocator::FreeAligned |
( |
void * |
p | ) |
|
|
virtual |
static Allocator* OVR::Allocator::GetInstance |
( |
| ) |
|
|
inlinestatic |
virtual void OVR::Allocator::onSystemShutdown |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void* OVR::Allocator::Realloc |
( |
void * |
p, |
|
|
UPInt |
newSize |
|
) |
| |
|
pure virtual |
static void OVR::Allocator::setInstance |
( |
Allocator * |
palloc | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: