macro_rules! protected_stack {
($size:expr) => { ... };
($size:expr, $guard_size:expr) => { ... };
}
Expand description
Stack allocation with automatic guard setup
macro_rules! protected_stack {
($size:expr) => { ... };
($size:expr, $guard_size:expr) => { ... };
}
Stack allocation with automatic guard setup