Expand description
Heap implementation, including page resource, mmapper, etc.
Modules§
- layout 🔒
- The module defines virutal memory layout parameters.
Structs§
- Provides statistics about the space. This is exposed to bindings, as it is used in both
crate::plan::Plan
andGCTriggerPolicy
.
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.