今日已更新 166 条资讯 | 累计 20138 条内容
关于我们

How Processes Share Memory Without Copying (Visual)

/u/Ok_Marionberry8922 2026年07月13日 03:38 1 次阅读 来源:Reddit r/programming

A visual explanation of how two separate processes can access the same bytes without copying a payload between them. It covers virtual memory, page tables, physical frames, shm_open, mmap(MAP_SHARED), lazy allocation, copy-on-write, shared libraries, memory-mapped files, Redis snapshots, and Dirty COW. submitted by /u/Ok_Marionberry8922 [link] [留言]

本文内容来源于互联网,版权归原作者所有
查看原文