XCode and Instruments for memory leaks
- by coure06
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?