Module mmtk::util::heap

source ·
Expand description

Heap implementation, including page resource, mmapper, etc.

Modules§

  • The module defines virutal memory layout parameters.

Structs§

Traits§

  • This trait describes a GC trigger policy. A triggering policy have hooks to be informed about GC start/end so they can collect some statistics about GC and allocation. The policy needs to decide the (current) heap limit and decide whether a GC should be performed.