Module rustix::shm

source ·
Available on crate feature shm only.
Expand description

POSIX shared memory

Structs§

Functions§

  • shm_open(name, oflags, mode)—Opens a shared memory object.
  • shm_unlink(name)—Unlinks a shared memory object.