Re: Is it 'normal' that scrolling in a UIScrollView leaks some bytes?
Re: Is it 'normal' that scrolling in a UIScrollView leaks some bytes?
- Subject: Re: Is it 'normal' that scrolling in a UIScrollView leaks some bytes?
- From: "Richard Altenburg (Brainchild)" <email@hidden>
- Date: Tue, 24 Jul 2012 19:35:33 +0200
Op 24 jul. 2012, om 19:28 heeft Richard Altenburg (Brainchild) het volgende geschreven:
> Leaked Object: Malloc 48 Bytes
Here is a deep copy of the call stack inside which this leak happened:
Bytes Used # Leaks Symbol Name
48 Bytes 100.0% 1 main
48 Bytes 100.0% 1 UIApplicationMain
48 Bytes 100.0% 1 GSEventRun
48 Bytes 100.0% 1 GSEventRunModal
48 Bytes 100.0% 1 CFRunLoopRunInMode
48 Bytes 100.0% 1 CFRunLoopRunSpecific
48 Bytes 100.0% 1 __CFRunLoopRun
48 Bytes 100.0% 1 __CFRunLoopDoSource1
48 Bytes 100.0% 1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
48 Bytes 100.0% 1 PurpleEventCallback
48 Bytes 100.0% 1 _UIApplicationHandleEvent
48 Bytes 100.0% 1 -[UIApplication sendEvent:]
48 Bytes 100.0% 1 -[UIWindow sendEvent:]
48 Bytes 100.0% 1 -[UIWindow _sendGesturesForEvent:]
48 Bytes 100.0% 1 _UIGestureRecognizerUpdate
48 Bytes 100.0% 1 _UIGestureRecognizerApplyBlocksToArray
48 Bytes 100.0% 1 ___UIGestureRecognizerUpdate_block_invoke_0541
48 Bytes 100.0% 1 -[UIGestureRecognizer _delayedUpdateGesture]
48 Bytes 100.0% 1 -[UIGestureRecognizer _updateGestureWithEvent:]
48 Bytes 100.0% 1 _UIGestureRecognizerSendActions
48 Bytes 100.0% 1 -[UIScrollView handlePan:]
48 Bytes 100.0% 1 -[UIScrollView _endPanWithEvent:]
48 Bytes 100.0% 1 -[UIScrollView(Static) _startTimer:]
48 Bytes 100.0% 1 CFNotificationCenterAddObserver
48 Bytes 100.0% 1 _CFXNotificationRegisterObserver
48 Bytes 100.0% 1 notify_register_dispatch
48 Bytes 100.0% 1 notify_register_mach_port
48 Bytes 100.0% 1 token_table_add
48 Bytes 100.0% 1 strdup
48 Bytes 100.0% 1 malloc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden