Expand description
Heap implementation, including page resource, mmapper, etc.
Modulesยง
- accounting ๐
- blockpageresource ๐
- chunk_
map ๐ - externalpageresource ๐
- freelistpageresource ๐
- gc_
trigger ๐ - heap_
meta ๐ - layout ๐
- monotonepageresource ๐
- pageresource ๐
- space_
descriptor ๐ - The module defines virutal memory layout parameters.
- vmrequest ๐
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.