Results 1 to 3 of 3
Hi all,
I have idea on the memory regions, that an exe will have Data, Code, Heap and Static sections in the memory and kernel will keep each kind of ...
- 10-15-2010 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 85
Where does the memory assigned for a thread
Hi all,
I have idea on the memory regions, that an exe will have Data, Code, Heap and Static sections in the memory and kernel will keep each kind of variable in different locations in the memory.. Recently I have come across the question of the pthreads in relation to this memory regions.
Where the memory for the threads is allocated, i.e, in which regions is that. Can anyone brief me about that also Im very thankful if you give me some links regarding the memory regions in linux
Thanks in advance
- 10-15-2010 #2
i m not sure what you want but given link may help you
Linux Kernel Documentation :: memory-hotplug.txtTake risks: if you win, you will be happy; if you lose, you will be wise.
New Users : Read This First
- 10-15-2010 #3
perhaps this helps
Stack-based memory allocation - Wikipedia, the free encyclopedia


Reply With Quote