Macro protected_stack

Source
macro_rules! protected_stack {
    ($size:expr) => { ... };
    ($size:expr, $guard_size:expr) => { ... };
}
Expand description

Stack allocation with automatic guard setup