HeapBlock Fields Fling OS

The HeapBlock type exposes the following members.

Fields

  Name Description
Public field bsize
The size of the chunks to use when allocating memory.
Public field lfb
Used for optimisation.
Public field next
A pointer to the next heap block.
Public field size
The size of the block of memory allocated.
Public field used
The amount of memory in the block that has been used.
Top
See Also