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