Function libmimalloc_sys::mi_heap_recalloc
source · pub unsafe extern "C" fn mi_heap_recalloc(
heap: *mut mi_heap_t,
p: *mut c_void,
newcount: usize,
size: usize
) -> *mut c_voidExpand description
Equivalent to mi_recalloc, but allocates out of the specific heap
instead of the default.