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.
我对实际数据和地址存储在计算机本身的位置有些困惑。我似乎找不到任何关于它的信息。我猜测堆在 RAM 上,因为它是一个内存池,而堆栈位于 CPU 注册表中。
我完全错了还是有些正确?
堆栈和堆都存储在 RAM 中。无需我继续,请参阅此线程以获得有关此主题的非常有用的讨论/解释: 堆栈和堆是什么以及在哪里?