RHeap::SCell Struct Reference
Detailed Description
The structure of a heap cell header for a heap cell on the free list.
Member Attribute Documentation
len
The length of the cell, which includes the length of this header.
next
A pointer to the next cell in the free list.