Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Objective-c: Why Core Foundation variables need explicit release in ARC?

ARC: How to release static variable?

__strong and __weak keyword placement - Objective-C

difference between ARC and MRC

iOS: How can I destroy a Singleton in ARC? Should I?

Using Non-ARC Code in an ARC-Enabled Project - Adding Facebook

What is the proper way to avoid Retain Cycle while using blocks

EXC_BAD_ACCESS message sent to deallocated instance, but I'm using ARC?

malloc + Automatic Reference Counting?

Xcode 4.6 ARC Warning for Game Center Authentication

-fno-objc-arc not working to disable ARC

Breaking retain cycle with strong/weak self

ARC circular retain detection

What is the correct way of use strongSelf in swift?

Haskell memory management under IOS 5

Objective-C Data Structures (Building my own DAWG)

How to find the real cause of memory warning and how to resolve in iOS app

Storing weak reference sometimes causes leak

Objective-C classes in structs with ARC

Setting NSError within a block, using ARC