Programowanie w systemie UNIX/Memory: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 28:
=Pamięć a programowanie =
 
W uproszczeniu z punktu widzenia programisty pamięć<ref>[http://duartes.org/gustavo/blog/post/anatomy-of-a-program-in-memory/ Anatomy of a Program in Memory by Gustavo Duarte Jan 27th, 2009 ]</ref> jest podzielona na :<ref>[http://www.inf.udec.cl/~leo/teoX.pdf|Memory management in C: The heap and the stack by Leo Ferres]</ref><ref>[http://www.geeksforgeeks.org/memory-layout-of-c-program/Memory Layout of C Programs]</ref>
* stos ( ang. stack)<ref>[[Stos (informatyka)|Stos w wikipedii]]</ref>
* sterta, kopiec lub stóg ( ang. heap)<ref>[[Kopiec (informatyka)|Kopiec w wikipedii]]</ref>