Represents a block of memory that has been allocated for use by the heap.
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The HeapBlock type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | bsize |
The size of the chunks to use when allocating memory.
|
![]() | lfb |
Used for optimisation.
|
![]() | next |
A pointer to the next heap block.
|
![]() | size |
The size of the block of memory allocated.
|
![]() | used |
The amount of memory in the block that has been used.
|
See Also