pub fn memfd_create<P: Arg>(path: P, flags: MemfdFlags) -> Result<OwnedFd>
Available on crate feature fs only.
Expand description

memfd_create(path, flags)

References