rstubs

Constant STACK_SIZE

source
pub(crate) const STACK_SIZE: usize = _; // 32_768usize
Expand description

The stack size for the init and thread stacks.

Note: If you create objects, they are usually allocated on the stack first before beeing moved or copied elswhere.