pub fn stack_size() -> usizeExpand 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.