Function libmimalloc_sys::mi_heap_malloc_aligned
source · [−]pub unsafe extern "C" fn mi_heap_malloc_aligned(
heap: *mut mi_heap_t,
size: usize,
alignment: usize
) -> *mut c_voidExpand description
Equivalent to mi_malloc_aligned, but
allocates out of the specific heap instead of the default.