Difference between stack memory and heap memory [duplicate]

雨燕双飞 提交于 2019-12-08 05:13:52

问题


Possible Duplicate:
What and where are the stack and heap

Where is heap memory and stack memory stored?I mean where on the harddisk?what are the limits of their size?


回答1:


You should consider memory and hard-disk as opposites.

Memory is the more expensive stuff that comes in sticks and is 1000x faster than hard disk.

I don't think you'll be able to "find" the heap and stack memory the way you want to. The OS sets this up by assigning some range of memory for each ( like 0x682CFF00 - 0x681CFF00 ).




回答2:


Perhaps this discussion will help What and where are the stack and heap?



来源:https://stackoverflow.com/questions/3469852/difference-between-stack-memory-and-heap-memory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!