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