memory management - Detecting leaks in Cocoa thread? -


i have been working on application in xcode while , had detected lot of memory leaks using instruments. fast forward few months , have added threading application , instruments not show memory leaks though has growing memory footprint.

does instruments not detect memory leaks in threads create? reason these leaks flying under radar?

leaks means objects there no references said objects. if app allocating memory , filling, say, cache or global dictionary or whatever, it'll grow unbounded , show nary leak.

you'll want use heapshot based analysis track down.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -