|
From: Felix S. <fel...@we...> - 2008-12-01 13:09:11
|
> Trough the functions I mentioned you can find out whether or not an > address is a stack address. Data addresses that are not stack > addresses do not necessarily point to dynamically allocated addresses > -- these can be BSS addresses too. Do you need to know how to tell the > difference between the last two categories ? > > Bart. > I know the difference between a BSS address or a dynamically allocated address. The differentiation between stack addresses and other addresses is great for my project. This granularity is fine! Thanks a lot fs |