macro_rules! with_max_alloc {
($amt:expr, || $blk:expr) => { ... };
}Expand description
Run a task with a statically known bound on allocation.
macro_rules! with_max_alloc {
($amt:expr, || $blk:expr) => { ... };
}Run a task with a statically known bound on allocation.