Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

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

Creating a ZIP file from a folder in documents directory - Objective C (ARC)

ARC + cyclic references collector vs leading edge GC (say .NET 4.5 GC)

Why isUniquelyReferencedNonObjC returns false in this case?

NSHashTable retaining weak reference

When and why would I want to declare a local variable as __weak using ARC?

Prevent ARC from deallocating something that's not currently being used but will be soon?