#include <alloclinear.hpp>

Public Member Functions | |
| CSGXMemoryAllocatorLinear (void *ptr, const tMEM_SIZE size, const CSGXMemoryAlignment &alignment) | |
| void * | alloc (const tMEM_SIZE size) |
| tBOOL | freePtr (void *ptr) |
| tBOOL | freeAll () |
| CSGXMemoryAllocatorLinear::CSGXMemoryAllocatorLinear | ( | void * | ptr, | |
| const tMEM_SIZE | size, | |||
| const CSGXMemoryAlignment & | alignment | |||
| ) |
| void* CSGXMemoryAllocatorLinear::alloc | ( | const tMEM_SIZE | size | ) | [virtual] |
Implements CSGXMemoryAllocator.
| tBOOL CSGXMemoryAllocatorLinear::freePtr | ( | void * | ptr | ) | [virtual] |
Reimplemented from CSGXMemoryAllocator.
| tBOOL CSGXMemoryAllocatorLinear::freeAll | ( | ) | [virtual] |
Reimplemented from CSGXMemoryAllocator.
1.5.6