Function simics_api_sys::os_mmap

source ยท
pub unsafe extern "C" fn os_mmap(
    fd: c_int,
    offset: uint64,
    size: uint64,
    flags: os_mmap_flags_t,
) -> *mut c_void