Function os::syscall::process::sys_munmap

source ·
pub fn sys_munmap(_start: usize, _len: usize) -> isize
Expand description

YOUR JOB: Implement munmap.