Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::ContainerAllocatorBase Class Reference

#include "OVR_ContainerAllocator.h"

Inheritance diagram for OVR::ContainerAllocatorBase:
Inheritance graph
Collaboration diagram for OVR::ContainerAllocatorBase:
Collaboration graph

Static Public Member Functions

static void * Alloc (UPInt size)
 
static void * Realloc (void *p, UPInt newSize)
 
static void Free (void *p)
 

Detailed Description

Definition at line 45 of file OVR_ContainerAllocator.h.

Member Function Documentation

static void* OVR::ContainerAllocatorBase::Alloc ( UPInt  size)
inlinestatic

Definition at line 48 of file OVR_ContainerAllocator.h.

static void OVR::ContainerAllocatorBase::Free ( void *  p)
inlinestatic

Definition at line 50 of file OVR_ContainerAllocator.h.

static void* OVR::ContainerAllocatorBase::Realloc ( void *  p,
UPInt  newSize 
)
inlinestatic

Definition at line 49 of file OVR_ContainerAllocator.h.


The documentation for this class was generated from the following file: