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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -