mz_ore::stack

Constant 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 larger STACK_RED_ZONE.