System Interface Guide

SVIPC Shared Memory

A shmget(2) call can be used to create a shared memory segment or to obtain an existing shared memory segment. The shmget function returns an identifier that is analogous to a file identifier. A call to shmat(2) makes the shared memory segment a virtual segment of the process memory much like mmap(2). See "System V Shared Memory ".