pub fn run_guarded<F>(f: F)where
    F: FnOnce(),
Expand description

Execute a closure without logging on allocations.