Class description A struct that defines the memory layout for an allocation zone in the virtual machine. Factor code cannot directly access allocation zones, but the struct is used by the compiler to calculate memory addresses. Its slots are:
here
Memory address to the last allocated byte in the zone. Initially, this slot is equal to start but each allocation in the zone will increment this pointer.