mimalloc_rust_sys::heap

Function 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_void