{
    "mode": "pydoc",
    "parameter": "_posixshmem",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/_posixshmem/json",
    "generated": "2026-06-02T17:56:17Z",
    "sections": {
        "NAME": {
            "content": "posixshmem - POSIX shared memory module\n",
            "subsections": []
        },
        "MODULE REFERENCE": {
            "content": "https://docs.python.org/3.10/library/posixshmem.html\n\nThe following documentation is automatically generated from the Python\nsource files.  It may be incomplete, incorrect or include features that\nare considered implementation detail and may vary between Python\nimplementations.  When in doubt, consult the module reference at the\nlocation listed above.\n",
            "subsections": []
        },
        "FUNCTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "shm_open",
                    "content": "Open a shared memory object.  Returns a file descriptor (integer).\n"
                },
                {
                    "name": "shm_unlink",
                    "content": "Remove a shared memory object (similar to unlink()).\n\nRemove a shared memory object name, and, once all processes  have  unmapped\nthe object, de-allocates and destroys the contents of the associated memory\nregion.\n"
                }
            ]
        },
        "FILE": {
            "content": "/usr/lib/python3.10/lib-dynload/posixshmem.cpython-310-x8664-linux-gnu.so\n\n",
            "subsections": []
        }
    },
    "summary": "posixshmem - POSIX shared memory module",
    "flags": [],
    "examples": [],
    "see_also": []
}