Public Member Functions
OVR::DefaultAllocator Class Reference

#include <OVR_Allocator.h>

Inheritance diagram for OVR::DefaultAllocator:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 284 of file OVR_Allocator.h.


Member Function Documentation

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.


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


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:20