Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

iOS ARC complete?

iOS: why can't you have objects in structs?

Reducing memory usage with UIImagePickerController

Using Instruments to trace memory leak Xcode5 and iOS7

How to release a Firemonkey control properly, in this case a child form with a parent?

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?

iOS: Block property directly set crashes when accessed