I'm using Instument's ObjectAlloc tool in an attempt to understand what the memory my application (iPhone) is doing and when and where it is doing it.
I would really like a basic explanation of these statistics:
- Live Bytes
- #Living
- #Transitory
- Overall Bytes
When I am trying to work out how much memory my application is using, am I to look at Live Bytes or Overall Bytes? Does this include leaked memory? What are Transitory objects?
Thanks