How can I get rid of resident dirty memory in Objective-C?

后端 未结 4 645
渐次进展
渐次进展 2021-01-30 14:46

I watched Apple\'s WWDC 2010 video on Advanced Memory Analysis with Instruments and from that, I was able to find a lot of resident dirty memory. I realize that having so much r

4条回答
  •  自闭症患者
    2021-01-30 15:11

    With the new xCode 4 the tools coming from xCode 3 still there with a better user interface to profile your application including leaks and memory usage. I would recommend you to look at those tools and run one by one to see what are they providing you. You can access to those tools in xCode 4 on the main menu Product and then -> Profile

    Hope this helps

提交回复
热议问题