Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
两个进程试图访问任一进程(或两者)之外的内存(IPC 的 RAM 共享区域),是否违反进程?
您尚未指定操作系统和语言。
通常,共享内存不在进程地址空间之外,而是存在于两个地址空间中。操作系统会处理这个问题。