2013年2月22日

heap 和 stack 的区别

摘要: Stack vs Heap AllocationHow the memory of the computer is organized for a running program? When a program is loaded into memory, it is organized into three areas of memory, called segments: the text segment, stack segment, and heap segment. The text segment (sometimes also called the code segment) i 阅读全文

posted @ 2013-02-22 14:19 cosmo89929 阅读(1888) 评论(0) 推荐(0)

导航