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§
- Collector
Inspection - Stable inspection projection for the selected distribution policy.
Enums§
- Collector
Policy - The managed-object policy selected by this SDK build.
- Managed
Allocation - 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.