Skip to main content

Module capability

Module capability 

Source
Expand description

Optional capabilities discovered from an already-selected allocator.

Eager allocation needs neither trait. A VMM allocator exposes VirtualBacking; a mechanism with reusable physical handles independently exposes SharedMapping. Neither capability owns whole-allocation release.

Traitsยง

SharedMapping
Reusable shared physical handles and read-only prefix mappings.
VirtualBacking
Lazy virtual reservation and physical commit/decommit.