Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

mremap

Function mremap 

Source
pub unsafe extern "C" fn mremap(
    addr: *mut c_void,
    len: size_t,
    new_len: size_t,
    flags: c_int,
    ...
) -> *mut c_void