mmtk::util::malloc::library::libc_malloc

Function calloc

pub unsafe extern "C" fn calloc(
    nobj: usize,
    size: usize,
) -> *mut c_void