Constant rstubs::STACK_SIZE
source · pub(crate) const STACK_SIZE: usize = _; // 16_384usize
Expand description
The stack size for the init and thread stacks. As rust uses the stack for printing, 4K usually isn’t enough…
pub(crate) const STACK_SIZE: usize = _; // 16_384usize
The stack size for the init and thread stacks. As rust uses the stack for printing, 4K usually isn’t enough…