On Aug 14, 2015, at 2:29 PM, Richard Kennaway <[email protected]> wrote: > > the Responsible Caller is _dispatch_continuation_alloc_from_heap
Sure sounds like something that *might* underly the implementation of NSTimer. Quick experiment: change the delay in your NSTimer creation from 1.0 to 0.1 and see what happens to memory usage ;-) Also, you are aware that you can get the full stack trace for any allocation, right? (You may have to set an option in the instrument before you start the run, I don't remember.) -- Scott Ribe [email protected] http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
