pub unsafe extern "C" fn mi_heap_realloc( heap: *mut mi_heap_t, p: *mut c_void, newsize: usize, ) -> *mut c_void
Equivalent to mi_realloc, but allocates out of the specific heap instead of the default.
mi_realloc