I almost finished my application, and I use tools to optimize performance before sending them to the application store. I noticed that whenever I perform a certain action (updating the information in my application from an external server), my heap grows by about 350 KB. The research I found here in stackoverflow and the Apple documentation suggests executing Heap heaps to find the violation code. However, instead of leading me to a violation code, it shows me the memory addresses.
Is there any way to use this information? Or should I use another tool? I'm new to Tools, so I appreciate any help.
I would show a screenshot, but my reputation is still not high enough.
source share