[][src]Function checkers::with_unmuted

pub fn with_unmuted<F, R>(f: F) -> R where
    F: FnOnce() -> R, 

Run the given closure while the allocator is muted.

See is_muted for details on what this means.