Static rstubs::STACK_SIZE

source ยท
#[no_mangle]
pub static STACK_SIZE: usize
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.