File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,11 @@ copying of data.
61
61
that platform's memory page size, the exact size of the shared memory
62
62
block may be larger or equal to the size requested. When attaching to an
63
63
existing shared memory block, set to ``0 `` (which is the default).
64
+ Requesting a size greater than the original when attaching to an existing
65
+ shared memory block will attempt a resize of the shared memory block
66
+ which may or may not be successful. Requesting a size smaller than the
67
+ original will attempt to attach to the first N bytes of the existing
68
+ shared memory block but may still give access to the full allocated size.
64
69
65
70
*read_only * controls whether a shared memory block is to be available
66
71
for only reading or for both reading and writing. Its specification is
You can’t perform that action at this time.
0 commit comments