Skip to main content

DEFAULT_RED_ZONE_BYTES

Constant DEFAULT_RED_ZONE_BYTES 

Source
pub const DEFAULT_RED_ZONE_BYTES: usize = _; // 262_144usize
Expand description

Default red zone: grow when within this many bytes of the stack end. 256 KiB leaves ample margin above any single recursion frame.