HeapBlock Structure Fling OS
Represents a block of memory that has been allocated for use by the heap.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct HeapBlock

The HeapBlock type exposes the following members.

Fields

  NameDescription
Public fieldbsize
The size of the chunks to use when allocating memory.
Public fieldlfb
Used for optimisation.
Public fieldnext
A pointer to the next heap block.
Public fieldsize
The size of the block of memory allocated.
Public fieldused
The amount of memory in the block that has been used.
Top
See Also