Function arceos_posix_api::sys_munmap
source · pub fn sys_munmap(start: *mut c_void, len: size_t) -> c_int
Available 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_int
alloc
only.Deletes the mappings for the specified address range