Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Out parameters in ARC Objective-C

How to transfer ownership out of an @autoreleasepool with ARC

generateCGImagesAsynchronouslyForTimes in ARC

in ARC on iOS 5, can you see who caused a release?

Avoiding circular retention using ARC (strong/weak), learning some basics

Is `typeof(self) self = weakSelf` construction legitimate inside block?

Use both Garbage Collector and ARC in objective c

Getting a swift_unknownWeakRelease() in a possible block/closure retain cycle

deinit not called in specific case

Does ARC hold a count for unowned reference?

Xcode ARC conversion tool issue

How do I ensure a controller is retained until after it completes processing when converting to ARC?

Does the automatic reference counting release an object if i set the pointer to nil?

Build and Analyze false positive on leak detection?

No known instance method for selector

Apple PrefPane example fails to build with clang error objecting to both -fobjc-arc and -fobjc-gc

double free*** set a breakpoint in malloc_error_break to debug in ARC

Under ARC, is it legal/safe to assign to an object-type ivar using runtime methods?

Why does it make sense to duplicate pointers in order to solve block-based retain-cycles under ARC?

iOS: Block property directly set crashes when accessed