nix::sys::mman

Function shm_open

source
pub fn shm_open<P>(name: &P, flag: OFlag, mode: Mode) -> Result<OwnedFd>
where P: ?Sized + NixPath,
Expand description

Creates and opens a new, or opens an existing, POSIX shared memory object.

For more information, see shm_open(3).