Skip to main content

stack_size

Function stack_size 

Source
const fn stack_size() -> i32
Expand description

Calculate the amount of stack space to reserve, in bytes.

This is enough to hold REGS_TO_SAVE, and to keep the platform’s 16-byte stack alignment.