with_max_alloc

Macro with_max_alloc 

Source
macro_rules! with_max_alloc {
    ($amt:expr, || $blk:expr) => { ... };
}
Expand description

Run a task with a statically known bound on allocation.