An area of heap space contains blocks of a single size.
The bytes in freed blocks are committed - used.
size in bytes of each block
start of the area containing heap blocks
current available bytes for this area
bytes reserved for this area (virtual)
bytes in use by allocated blocks
See Implementation
An area of heap space contains blocks of a single size.
The bytes in freed blocks are committed - used.