with_global_allocation_map

Function with_global_allocation_map 

Source
pub fn with_global_allocation_map<F, R>(f: F) -> R
where F: FnOnce(&RefCell<HashMap<String, HashSet<u64>>>) -> R,