Bike-X
0.8
|
#include "OVR_Allocator.h"
Public Member Functions | |
virtual void * | Alloc (UPInt size) |
virtual void * | AllocDebug (UPInt size, const char *file, unsigned line) |
virtual void * | Realloc (void *p, UPInt newSize) |
virtual void | Free (void *p) |
Public Member Functions inherited from OVR::Allocator_SingletonSupport< DefaultAllocator > | |
Allocator_SingletonSupport () | |
Public Member Functions inherited from OVR::Allocator | |
virtual void * | AllocAligned (UPInt size, UPInt align) |
virtual void | FreeAligned (void *p) |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::Allocator_SingletonSupport< DefaultAllocator > | |
static DefaultAllocator * | InitSystemSingleton () |
Static Public Member Functions inherited from OVR::Allocator | |
static Allocator * | GetInstance () |
static void | setInstance (Allocator *palloc) |
Protected Member Functions inherited from OVR::Allocator_SingletonSupport< DefaultAllocator > | |
virtual void | onSystemShutdown () |
Definition at line 295 of file OVR_Allocator.h.
|
virtual |
Implements OVR::Allocator.
Definition at line 71 of file OVR_Allocator.cpp.
|
virtual |
Reimplemented from OVR::Allocator.
Definition at line 75 of file OVR_Allocator.cpp.
|
virtual |
Implements OVR::Allocator.
Definition at line 89 of file OVR_Allocator.cpp.
|
virtual |
Implements OVR::Allocator.
Definition at line 85 of file OVR_Allocator.cpp.