#include <OVR_ContainerAllocator.h>
Static Public Member Functions | |
static void * | Alloc (UPInt size) |
static void | Free (void *p) |
static void * | Realloc (void *p, UPInt newSize) |
Definition at line 34 of file OVR_ContainerAllocator.h.
static void* OVR::ContainerAllocatorBase::Alloc | ( | UPInt | size | ) | [inline, static] |
Definition at line 37 of file OVR_ContainerAllocator.h.
static void OVR::ContainerAllocatorBase::Free | ( | void * | p | ) | [inline, static] |
Definition at line 39 of file OVR_ContainerAllocator.h.
static void* OVR::ContainerAllocatorBase::Realloc | ( | void * | p, |
UPInt | newSize | ||
) | [inline, static] |
Definition at line 38 of file OVR_ContainerAllocator.h.