![]() |
Memory Segments Queries
Analyzing the memory layout for my sample program in Linux Environment.
---------------------------------- Code:
#include<stdio.h>------------------------------------ My Qs Is : What are all the sections shared during ,when the function call func1 made from the main? Generally every function call has its own stack.Other sections bss , data . text are shared between the multiple process or threads ?. will the heap shared ? Will the compiler assign the sections during the program compilation itself? |
Re: Memory Segments Queries
Duplicate of Memory Segments Queries. Thread closed.
|
| All times are GMT +5.5. The time now is 14:15. |