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

#include "OVR_Allocator.h"

Inheritance diagram for OVR::DefaultAllocator:
Inheritance graph
Collaboration diagram for OVR::DefaultAllocator:
Collaboration graph

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 DefaultAllocatorInitSystemSingleton ()
 
- Static Public Member Functions inherited from OVR::Allocator
static AllocatorGetInstance ()
 
static void setInstance (Allocator *palloc)
 
- Protected Member Functions inherited from OVR::Allocator_SingletonSupport< DefaultAllocator >
virtual void onSystemShutdown ()
 

Detailed Description

Definition at line 295 of file OVR_Allocator.h.

Member Function Documentation

void * OVR::DefaultAllocator::Alloc ( UPInt  size)
virtual

Implements OVR::Allocator.

Definition at line 71 of file OVR_Allocator.cpp.

void * OVR::DefaultAllocator::AllocDebug ( UPInt  size,
const char *  file,
unsigned  line 
)
virtual

Reimplemented from OVR::Allocator.

Definition at line 75 of file OVR_Allocator.cpp.

void OVR::DefaultAllocator::Free ( void *  p)
virtual

Implements OVR::Allocator.

Definition at line 89 of file OVR_Allocator.cpp.

void * OVR::DefaultAllocator::Realloc ( void *  p,
UPInt  newSize 
)
virtual

Implements OVR::Allocator.

Definition at line 85 of file OVR_Allocator.cpp.


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