Skip to main content

Module gc

Module gc 

Source
Expand description

Managed-object collector selection for standard and minimal/test distributions. Standard-distribution managed-object collection policy.

standard selects tracing collection. Retention is available only through the explicit standard-gc-retain feature for minimal and test closures; it never reclaims cycles and fails closed at the arena’s hard object cap.

Structs§

CollectorInspection
Stable inspection projection for the selected distribution policy.

Enums§

CollectorPolicy
The managed-object policy selected by this SDK build.
ManagedAllocation
Declares whether a guest profile allocates managed objects that may cycle.

Functions§

inspect_selected_policy
Projects the selected policy through the SDK’s ordinary inspection API.
require_production_collector
Admits a guest profile to a production distribution.
selected_policy
Returns the policy selected by the feature closure.