View Single Post

  #3 (permalink)  
Old 06-02-2005, 04:18 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

rockdalinux that is pretty good picture of how program looks when loaded in memory? And to add to that info

A Buttfer is a block of memory that holds "multiple instances of the same data type"

A Heap It is a space a program reserves for a variable. (You access the heap when you use the malloc() function).

So all of them are NOT the same...
Reply With Quote