【发布时间】:2011-03-29 01:04:13
【问题描述】:
【问题讨论】:
-
这里重复了几十个其他问题,包括What and where are the stack and heap。作为记录,堆栈永远不会存储在硬盘上,并且堆上的(某些)数据仅在操作系统决定将其从内存中分页时存储在页面文件中的磁盘上。
-
在内存中,不在硬盘上
标签: memory malloc heap-memory stack-memory