mmtk/plan/nogc/
mod.rs

1//! Plan: nogc (allocation-only)
2
3pub(super) mod global;
4pub(super) mod mutator;
5
6pub use self::global::NoGC;
7pub use self::global::NOGC_CONSTRAINTS;