You can release memory in step levels?
I am testing an educational app for ipad, and testing the memory with the Xcode tools, I realized that over the accumulated levels of app memory and was getting bigger.
In step four frames memory level step 20mb to 94 mb. You can release memory every time we level?
It occurs to me to destroy all the objects when they step to the next frame but not if it's right. I leave an image of memory testing in the 4 frames.
http://img850.imageshack.us/img850/6...macetoolal.jpg
Re: You can release memory in step levels?
You must not confuse the temporary allocations and the actual ones.
The numbers you should be looking are at the top of the list, the two numbers on the left. On the right is the total amount of allocations, which grows constantly as we use allocations to run.
Is it the ones you are talking about?
Re: You can release memory in step levels?
Francois I'm not talking about what brings me the timeline running (on top).
Re: You can release memory in step levels?
Is it possible for us to have your .MFA so we can figure out why the memory usage suddenly explodes?
Re: You can release memory in step levels?
Andos Sure, let me upload it to sendspace and send you the link in private message