Lines Matching +full:shared +full:- +full:memory
9 shmget \- get shared memory segment identifier
23 The \fBshmget()\fR function returns the shared memory identifier associated
27 A shared memory identifier and associated data structure and shared memory
40 The \fIkey\fR argument does not already have a shared memory identifier
45 Upon creation, the data structure associated with the new shared memory
78 Shared memory segments must be explicitly removed after the last reference to
83 Upon successful completion, a non-negative integer representing a shared memory
96 A shared memory identifier exists for \fIkey\fR but operation permission (see
97 \fBIntro\fR(2)) as specified by the low-order 9 bits of \fIshmflg\fR would not
107 A shared memory identifier exists for \fIkey\fR but both
117 The \fIsize\fR argument is less than the system-imposed minimum or greater than
118 the system-imposed maximum. See NOTES.
120 A shared memory identifier exists for \fIkey\fR but the size of the segment
130 A shared memory identifier does not exist for \fIkey\fR and
140 A shared memory identifier and associated shared memory segment are to be
141 created but the amount of available memory is not sufficient to fill the
151 A shared memory identifier is to be created but the system-imposed limit on the
152 maximum number of allowed shared memory identifiers system-wide would be
181 The \fBproject.max-shm-memory\fR resource control restricts the total amount of
182 shared memory a project can allocate. The \fBzone.max-shm-memory\fR resource
183 control restricts the total amount of shared memory that can be allocated by a
184 zone. The system-imposed maximum on the size of a shared memory segment is
185 therefore a function of the sizes of any other shared memory segments the
187 other shared memory segments allocated and still in use by processes in the
192 The system-imposed limit on the number of shared memory identifiers is
193 maintained on a per-project basis using the \fBproject.max-shm-ids\fR resource
194 control. The \fBzone.max-shm-ids\fR resource control restricts the total number
195 of shared memory identifiers that can be allocated by a zone.