PoolMemoryBlock Struct Reference

Header for blocks in a memory pool. More...

#include <ftk.h>

List of all members.

Public Attributes

PoolMemoryBlockpPrevBlock
 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.


Detailed Description

Header for blocks in a memory pool.

This structure is at the head of each block that belongs to a pool of memory.


Generated on Tue Sep 19 14:48:16 2006 for FTK by  doxygen 1.4.6-NO