|
bool | IsStructureValid () const |
|
size_t | GetMemorySize () const |
|
void * | SaveState () const |
|
void | RestoreState (void *state) |
|
void | ResetState () |
|
void * | PeekBufferRemainder () const |
|
void * | AllocateBlock (size_t size) |
|
template<typename ElementType > |
ElementType * | AllocateArray (size_t count) |
|
template<typename ElementType > |
void | ShrinkArray (ElementType *arr, size_t oldcount, size_t newcount) |
|
dxWorldProcessMemArena * | GetNextMemArena () const |
|
void | SetNextMemArena (dxWorldProcessMemArena *pArenaInstance) |
|
|
static size_t | AdjustArenaSizeForReserveRequirements (size_t arenareq, float rsrvfactor, unsigned rsrvminimum) |
|
|
void * | m_pAllocCurrentOrNextArena |
|
void * | m_pAllocBegin |
|
void * | m_pAllocEnd |
|
void * | m_pArenaBegin |
|
const dxWorldProcessMemoryManager * | m_pArenaMemMgr |
|
|
void * | operator new (size_t size) |
|
void * | operator new (size_t, void *p) |
|
void | operator delete (void *ptr, size_t size) |
|
void * | operator new[] (size_t size) |
|
void | operator delete[] (void *ptr, size_t size) |
|
The documentation for this class was generated from the following files: