Hello,
I run my app in the simulator, and I when I go to the "View Memory" option it opens the nice "Active Memory" or "Memory Usage Stats" window. Then it has symbols down below, including <Global>, <View Stack>, <Code>, <Entry Point>, <Application Settings>, <API Callbacks>, and <API Statics>
Can someone explain to me the difference between the <View Stack> and <Entry Point> sections? (as far as what I should be looking at for making my code use a little memory as possible)
Also, I don't really understand the meaning of the <API Callbacks> section. Can anyone explain?
Thanks in advance!