In virtual memory, can two different processes have the same address?

前端 未结 5 563
醉话见心
醉话见心 2021-01-30 07:50

This is an interview question I found in a website, the questions says: \"In virtual memory, can two different processes have the same address? When you answer \"No\" which is c

5条回答
  •  独厮守ぢ
    2021-01-30 08:06

    Yes, it's definitely possible for the same address to map to different physical memory depending on the process that's referencing it. This is in fact the case under Windows.

提交回复
热议问题