Module nix::sys::memfd
The portability is definied by:
#[cfg(target_os = "linux")]
Documentation
Interfaces for managing memory-backed files.
Structs
Options that change the behavior of memfd_create
.
Functions
Creates an anonymous file that lives in memory, and return a file-descriptor to it.