显示的地址是实际地址或逻辑地址

发布于 2024-11-27 20:24:40 字数 78 浏览 0 评论 0原文

当我们打印变量的地址时,它代表实际的物理地址还是逻辑地址。

在调试模式(Visual Studio)中,相同的地址会重复显示。

When we print the address of variable does it represent the actual physical address or logical address ..

In debug mode (visual studio) same address is shown repeatedly .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聽兲甴掵 2024-12-04 20:24:40

当您打印变量的地址时,它始终是虚拟地址。

物理内存在操作系统的低层被抽象出来,在正常操作期间,用户和开发人员很少关心物理内存。

了解有关来自 Wikipedia 的虚拟内存的更多信息

When you print the address of a variable it is always the virtual address.

Physical memory is abstracted away from you at a low level in your operating system, during normal operation users and developers will seldom ever be concerned with physical memory.

Learn more about virtual memory from Wikipedia

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文