Bike-X
0.8
|
#include "OVR_Allocator.h"
Data Structures | |
struct | AllocContainer |
Public Member Functions | |
Allocator_SingletonSupport () | |
Public Member Functions inherited from OVR::Allocator | |
virtual void * | Alloc (UPInt size)=0 |
virtual void * | AllocDebug (UPInt size, const char *file, unsigned line) |
virtual void * | Realloc (void *p, UPInt newSize)=0 |
virtual void | Free (void *p)=0 |
virtual void * | AllocAligned (UPInt size, UPInt align) |
virtual void | FreeAligned (void *p) |
Static Public Member Functions | |
static D * | InitSystemSingleton () |
Static Public Member Functions inherited from OVR::Allocator | |
static Allocator * | GetInstance () |
static void | setInstance (Allocator *palloc) |
Protected Member Functions | |
virtual void | onSystemShutdown () |
Private Attributes | |
AllocContainer * | pContainer |
Definition at line 249 of file OVR_Allocator.h.
|
inline |
Definition at line 261 of file OVR_Allocator.h.
|
inlinestatic |
Definition at line 265 of file OVR_Allocator.h.
|
inlineprotectedvirtual |
Reimplemented from OVR::Allocator.
Definition at line 277 of file OVR_Allocator.h.
|
private |
Definition at line 258 of file OVR_Allocator.h.