Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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?

Lifetime of weak local variables with ARC

iOS5 ARC errors: SKPSMTPMessage

How to use __bridge for ARC correctly

why does this cast require no bridging under ARC?

Blocks inside NSMutableArray leaking (ARC)

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

ARC forbids synthesizing a property with unspecified ownership or storage

IBOutlet for NSTextView in a ARC project

AVPlayer continues to play after ViewController is removed from NavigationController