Function mimalloc_rust_sys::heap::mi_heap_recalloc_aligned_at
source · pub unsafe extern "C" fn mi_heap_recalloc_aligned_at(
heap: *mut mi_heap_t,
p: *mut c_void,
newcount: usize,
size: usize,
alignment: usize,
offset: usize
) -> *mut c_void