pub fn map_memory_anywhere<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
len: u64,
) -> UserAddresswhere
L: LockEqualOrBefore<FileOpsCore>,Expand description
Maps a region of mery at least len bytes long with PROT_READ | PROT_WRITE,
MAP_ANONYMOUS | MAP_PRIVATE, returning the mapped address.