#include <LDAllocator.h>
|
| enum | Type { MAIN = 0,
GPU
} |
| |
|
| virtual void * | pageAlloc (unsigned int size, LDAllocator::Type allocType)=0 |
| |
| virtual void | pageFree (void *ptr, LDAllocator::Type allocType)=0 |
| |
| virtual void | init () |
| |
| virtual void | dispose () |
| |
| virtual void* pageAlloc |
( |
unsigned int |
size, |
|
|
LDAllocator::Type |
allocType |
|
) |
| |
|
pure virtual |
| virtual void pageFree |
( |
void * |
ptr, |
|
|
LDAllocator::Type |
allocType |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files:
- src/memory/LDAllocator.h
- src/memory/LDAllocator.cpp