Constant mz_ore::stack::STACK_SIZE

source ·
pub const STACK_SIZE: usize = _; // 16_777_216usize
Available on crate feature stack only.
Expand description

The size of any freshly allocated stacks. It was chosen to match the default stack size for threads in Rust.

The default stack size is larger in debug builds to correspond to the the larger STACK_RED_ZONE.