Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Inconsistent object deallocation with ARC?

Discovering at runtime which of a class' instance variables are declared __weak

How can a C callback return an Objective-C object through a userdata pointer?

ARC: sending nil to an object doesn't call its dealloc immediately

Why doesn't ARC free memory when using [NSDate date] but works fine using [[NSDate alloc] init]?

IOS 6.1 with ARC Class from XIB does not get Deallocated, UIClassSwapper

Using instruments to find memory leaks

How do reference-counting smart pointer's avoid or handle reference-counter overflows?

Assignment to ivar in a Block via weak pointer

ARC error: init methods must return a type related to the receiver type [4]

ARC returning object from method best practice (getting memory leak warning)

Does ARC retain objects alloced inside a method parameter

Problem with pointer conversion using Automatic Reference Counting (ARC)

Could i build a ARC framework and use it in a non-ARC project?

Compatibility of ARC and Storyboard

Adding a project without ARC into project with ARC

In Objective-C with ARC, is it true that we usually only need to specify nonatomic as property attributes?

What is the role of the "copy" in the ARC

Dangling pointers in objective c - does nil also release memory?

Returning autoreleased objects using ARC