Function proc_self_pagemap
pub fn proc_self_pagemap() -> Result<OwnedFd, Errno> ⓘ
Available on crate feature
dep_rustix
only.Expand description
Returns a handle to a Linux /proc/self/pagemap
file.
This ensures that /proc/self/pagemap
is procfs
, that nothing is
mounted on top of it, and that it looks normal.