Function rustix::mm::userfaultfd
source · pub unsafe fn userfaultfd(flags: UserfaultfdFlags) -> Result<OwnedFd>
Expand description
userfaultfd(flags)
Safety
The call itself is safe, but the returned file descriptor lets users observe and manipulate process memory in magical ways.