XCode and Instruments for memory leaks

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-06-06T07:34:25Z Indexed on 2010/06/06 7:42 UTC
Read the original article Hit count: 505

I have tested my iphone app using XCode and instrument. I am watching the memory allocation tables, its showing me that every things is increasing i.e Bytes, Live Bytes and so on. What does it means? Am i not deallocating the objects? Can i find which objects are not deallocating using instruments?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about memory-allocation