rustix::fsFunction memfd_create
Source pub fn memfd_create<P: Arg>(name: P, flags: MemfdFlags) -> Result<OwnedFd>
Expand description
memfd_create(name, flags)
—Create an anonymous file.
For a higher-level API to this functionality, see the memfd crate.
§References