This is the complete list of members for
OVR::Allocator, including all inherited members.
Alloc(UPInt size)=0 | OVR::Allocator | [pure virtual] |
AllocAligned(UPInt size, UPInt align) | OVR::Allocator | [virtual] |
AllocDebug(UPInt size, const char *file, unsigned line) | OVR::Allocator | [inline, virtual] |
Free(void *p)=0 | OVR::Allocator | [pure virtual] |
FreeAligned(void *p) | OVR::Allocator | [virtual] |
GetInstance() | OVR::Allocator | [inline, static] |
onSystemShutdown() | OVR::Allocator | [inline, protected, virtual] |
pInstance | OVR::Allocator | [private, static] |
Realloc(void *p, UPInt newSize)=0 | OVR::Allocator | [pure virtual] |
setInstance(Allocator *palloc) | OVR::Allocator | [inline, static] |
System class | OVR::Allocator | [friend] |