Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Bridge cast required, inconsistent warning while trying to use CGPathRef

Estimating memory usage of Cocos2d game

Copying a block

UIViewController did not deallocate itself

Swizzling methods, that implicitly return a retained object under ARC

Objective-C Automatic Reference Counting (ARC) and Key-Value Observing

Impact of Automatic Reference Counting (ARC) on Memory Leaks

premature dealloc in ARC based app

AVCaptureSession in modalviewcontroller on iOS5 with ARC

When do strong properties get released in ARC in iOS?

When should I enable “reference counting extension” in MonoTouch build settings?

Does ARC guarantee that an object is dealloc'ed instantly once the last strong reference is gone?

What kind of property should be set to nil in dealloc?

Very Weird Memory Leak With ARC

ARC behavior within a recursive block

What does `UnsafeMutablePointer.initialize()`actually do?

Under ARC, are Blocks automatically copied when assigned to an ivar directly?

IBOutlet for NSTextView in a ARC project

AVPlayer continues to play after ViewController is removed from NavigationController

Is @autoreleasepool still required for modern iOS 8 NSOperation usage?