Function libmimalloc_sys::mi_heap_rezalloc_aligned

source ·
pub unsafe extern "C" fn mi_heap_rezalloc_aligned(
    heap: *mut mi_heap_t,
    p: *mut c_void,
    newsize: usize,
    alignment: usize
) -> *mut c_void
Expand description

Equivalent to mi_rezalloc_aligned, but allocates out of the specific heap instead of the default.