This is a discussion on What is heap and how it is a related with gcc? within the Coding in General forums, part of the Development/Scripting category; Whenever I read the man page of gcc or other help/books I found the term heap, buffer, stack etc all ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Whenever I read the man page of gcc or other help/books I found the term heap, buffer, stack etc
|
| Sponsored Links | ||
|
|
|
||||
|
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... |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue related to shells | vaibhav.kanchan | Getting started tutorials | 4 | 03-25-2008 12:52 AM |
| its related to linux , interrupts.. | venkateswarlu | Coding in General | 3 | 12-11-2007 05:28 PM |
| How to get xen related api's in Suse sles10 sp1 | namitha | XEN | 1 | 12-05-2007 03:12 PM |