Function libmimalloc_sys::mi_heap_collect
source ยท pub unsafe extern "C" fn mi_heap_collect(
heap: *mut mi_heap_t,
force: bool,
)
Expand description
Release outstanding resources in a specific heap.
See also mi_collect
.
pub unsafe extern "C" fn mi_heap_collect(
heap: *mut mi_heap_t,
force: bool,
)
Release outstanding resources in a specific heap.
See also mi_collect
.