Module mmtk::plan::pageprotect
source · Expand description
Plan: pageprotect
Allocate each object on a separate page and protect the memory on release. This GC is commonly used for debugging purposes.
Re-exports§
pub use self::global::PageProtect;
pub use self::global::CONSTRAINTS as PP_CONSTRAINTS;