#include <OVR_Allocator.h>

Public Member Functions | |
| virtual void * | Alloc (UPInt size) |
| virtual void * | AllocDebug (UPInt size, const char *file, unsigned line) |
| virtual void | Free (void *p) |
| virtual void * | Realloc (void *p, UPInt newSize) |
Definition at line 284 of file OVR_Allocator.h.
| void * OVR::DefaultAllocator::Alloc | ( | UPInt | size | ) | [virtual] |
Implements OVR::Allocator.
Definition at line 60 of file OVR_Allocator.cpp.
| void * OVR::DefaultAllocator::AllocDebug | ( | UPInt | size, |
| const char * | file, | ||
| unsigned | line | ||
| ) | [virtual] |
Reimplemented from OVR::Allocator.
Definition at line 64 of file OVR_Allocator.cpp.
| void OVR::DefaultAllocator::Free | ( | void * | p | ) | [virtual] |
Implements OVR::Allocator.
Definition at line 78 of file OVR_Allocator.cpp.
| void * OVR::DefaultAllocator::Realloc | ( | void * | p, |
| UPInt | newSize | ||
| ) | [virtual] |
Implements OVR::Allocator.
Definition at line 74 of file OVR_Allocator.cpp.