Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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)

ARC, non-ARC, and inheritance

Reduce the amount of time to release 1 million + objects while popping out VC

Objective-C SCNetworkReachabilityContext ARC conversion

Is it safe to assign a property to the result of an autoreleased initializer while using ARC?

"__block" variable results in nil value when go out of block

What happens when a block is set to nil during its execution?

Why ARC forbids calls to undeclared methods?

When I'm bridge casting an Objective C object do I have to do something special to prevent memory leaks?

Possibility of ARC overflow in Swift?

What's the difference between atomic reference counting and automatic reference counting?

How memory fragmentation is avoided in Swift

stringWithFormat vs initWithFormat under ARC

Where to set automatic reference counting - xcode 4.2

Getting EXC_BAD_ACCESS when using dispatch_async with Core Data

ARC forbids synthesizing a property with unspecified ownership or storage