process stack
From: Asutosh Das <hidden>
Date: 2011-06-27 04:00:57
On 27 June 2011 09:04, Venkateswarlu P [off-list ref] wrote:
Each process is having a stack . In C ,for *local variables* allocation this stack is used (for some extra usage also). what about *static and global *data allocation ?
it goes into BSS (no explicit initialization)
where this data will be allocated ?. what about dynamic memory allocation ?
goes into heap
_______________________________________________ Kernelnewbies mailing list Kernelnewbies at kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thank you, Warm Regards, Asutosh Das # (91) 9049 000 969 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110627/5452eb8c/attachment.html