Skip to main content

flat_sandbox

Function flat_sandbox 

Source
pub fn flat_sandbox() -> &'static Nub<Flat>
Expand description

A process-wide Nub<Flat> over the KVM sandbox.

There can only ever be one Hyperlight sandbox per process — the guest-VA window is a single process-wide reservation that is never released, even after drop — so every caller shares this one.