View Single Post
  #3 (permalink)  
Old 2nd June 2005, 03:18 PM
monk's Avatar
monk monk is offline
Senior Member
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 567
Thanks: 2
Thanked 25 Times in 22 Posts
Rep Power: 9
monk is just really nicemonk is just really nicemonk is just really nicemonk is just really nice
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