I am using the Instruments tool to find the Leaks in my application. While checking the Leaks in my application, I am able to see the Allocation tab too.
So far, I never used that allocations tab in the instruments tool. I just checked what it could be and I am able to see the #All Allocations * field. Which shows the Overall Bytes used by the application. I am shocked to see that the size is keep on increasing.
Should I worry about only the Memory leaks not the Allocations? And the #All allocations meant for the current application size or overall application size ?