Function arceos_posix_api::sys_munmap
source · pub fn sys_munmap(start: *mut c_void, len: size_t) -> c_intAvailable on crate feature
alloc only.Expand description
Deletes the mappings for the specified address range
pub fn sys_munmap(start: *mut c_void, len: size_t) -> c_intalloc only.Deletes the mappings for the specified address range