1
2
3
4
5
6
7
8
//! Plan: semispace

pub(super) mod gc_work;
pub(super) mod global;
pub(super) mod mutator;

pub use self::global::SemiSpace;
pub use self::global::SS_CONSTRAINTS;