I have just used Instruments to record my memory leakage, my app leaks about 2-2.5 mb of memory. I am already starting to fix it but do you think this is a substantial amount of memory leaked? I personally have little experience in this field of using Instruments and measuring memory leakage etc. If not, for next time, what would be a fatal amount. Also, does Instruments record every single memory leak? And if so, then is your app technically perfect (in terms of memory management) if your leakage = 0.
EDIT:
In Instruments I recorded using memory leakage and I tested every single part of my app, that is how I have recorded the total number of 2-2.5 mb.
Thanks!
I have just used Instruments to record my memory leakage, my app leaks about
Share
Memory leaks adds up over time so every single byte may be fatal. The only “non-fatal” leakage is the ones done only once during the lifetime of the process.