Free()
IsClean() const
Returns whether the heap is clean.
GetCapacity() const
Returns the capacity of this heap.
GetFreeSize() const
Returns free space of this heap.
BlockAt()
Returns the block at offset @p aOffset.
BlockOf()
Returns the block of @p aPointer.
BlockSuper()
Returns the super block.
BlockNext()
Returns the free block after @p aBlock in the free block list.
BlockRight()
Returns the block on the right side of @p aBlock.
BlockPrev()
IsLeftFree()
Returns whether the block on the left side of @p aBlock is free.
BlockOffset()
Returns the offset of @p aBlock.
BlockInsert()
CAlloc()