We have an iOS application that we were optimizing the memory allocations.I checked the allocation from XCode debugger and instrument allocation tool,to my surprise they both showed different readings. Can anybody explain what I am doing wrong. I have attached the screenshots of my instruments tool.The high point is 97.17 MB in instruments but in Xcode it's 74 MB!!!
Added Info - The application runs in debug mode both in Xcode and Instruments.
Thanks in advance