FreeListChunker
Engine/source/core/dataChunker.h
Private Attributes
Public Functions
FreeListChunker(DataChunker * inChunker)
FreeListChunker(S32 size)
freeBlocks(bool keepOne)
Allow people to free all their memory if they want.
Detailed Description
Private Attributes
DataChunker * mChunker
S32 mElementSize
T * mFreeListHead
bool mOwnChunker
Public Functions
FreeListChunker(DataChunker * inChunker)
FreeListChunker(S32 size)
~FreeListChunker()
alloc()
free(T * elem)
freeBlocks(bool keepOne)
Allow people to free all their memory if they want.