//! Process-global Lean runtime memory guardrails.
//!
//! This is intentionally separate from runtime initialization and object
//! ownership. The setter does not reclaim memory; it only configures Lean's
//! periodic runtime memory check.
// SAFETY DOC: this module is the narrow safe wrapper around Lean's raw
// process-global memory-limit setter.
pub