#include <ftk.h>
Public Attributes | |
PoolMemoryBlock * | pPrevBlock |
Points to the previous memory block in the memory pool. | |
FLMUINT | uiBlockSize |
Total size of the memory block. | |
FLMUINT | uiFreeOffset |
Offset in block where next allocation should be made. | |
FLMUINT | uiFreeSize |
Amount of free memory left in block - from uiFreeOfs. |
This structure is at the head of each block that belongs to a pool of memory.