💾 Archived View for tris.fyi › pydoc › _posixshmem captured on 2023-01-29 at 03:45:34. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
POSIX shared memory module
shm_open(path, flags, mode=511) Open a shared memory object. Returns a file descriptor (integer).
shm_unlink(path) Remove a shared memory object (similar to unlink()). Remove a shared memory object name, and, once all processes have unmapped the object, de-allocates and destroys the contents of the associated memory region.