Skip to main content

Module heap

Module heap 

Source

Structs§

VecHeap
Simple Vec-backed heap for the interpreter. No GC.

Enums§

ThunkState
State of a thunk in the thunk store.

Traits§

Heap
Heap trait: thunk allocation and forcing. The interpreter uses VecHeap. Codegen uses ArenaHeap (from core-heap).