Docsread more
Block-based Memory Allocator
This page gives a brief overview of the design and vocabulary of the block-based memory allocator, used by the GC.
Docsread more
Object Layout
This page describes the different object types and their in-memory layout in the rapid runtime system.