Skip to main content

Module meta_guard

Module meta_guard 

Source
Expand description

Guard bits stored in MetaSlot::guard (issue #38 : extensible without touching page bytes).

Distinct from frame_flags::POISONED (logical frame state in flags).

Constantsยง

KERNEL_ONLY
Frame must not be exposed as a userspace mapping (kernel / debug).
NONE
No guard condition asserted.
POISONED
Slot marked poisoned after detected corruption (never recycle blindly).