💾 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

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

_posixshmem

POSIX shared memory module

Functions

shm_open

shm_open(path, flags, mode=511)

  Open a shared memory object.  Returns a file descriptor (integer).

shm_unlink

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.