Function simics_api_sys::bindings::calloc

source ยท
pub unsafe extern "C" fn calloc(
    __nmemb: c_ulong,
    __size: c_ulong,
) -> *mut c_void
Expand description

Allocate NMEMB elements of SIZE bytes each, all initialized to 0.