Papers/programming

Stack vs Heap Allocation

tomato13 2008. 10. 8. 08:06
http://ee.hawaii.edu/~tep/EE160/Book/chap14/subsection2.1.1.8.html

.....
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.
.....