stack_size

Function stack_size 

Source
pub fn stack_size() -> usize
Expand description

The number of bytes that are reserved for the current hart’s stack at compile time.

Note: Although all harts have equal stack space reserved, their effective stack space may differ slightly due to alignment issues.