Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

How to free memory in ARC for high memory usage graphics render?

Why is 'no known method for selector x' a hard error under ARC?

ARC and Interface Builder

Retain/release with ARC is slowing me down

Why is self retained in a block that accesses one of its properties?

Is it possible to see Objective-C ARC output?

What does objc_autoreleaseReturnValue mean?

How to use CFMutableDictionaryRef with ARC

objective-c memory management--how long is object guaranteed to exist?

ARC weak ivar released before being returned - when building for release, not debug

retain cycle when calling perfromBlock on self.managedObjectContext with ARC?

assign properties, ARC and Core Foundation objects

Overriding @property setters with ARC for @property with 'copy'

Simple rules for naming methods, compatible with ARC naming conventions

does alloc init'ing a property twice result in a memory leak in ARC Objective C?

Objective-C implicit conversion of obj-c pointer to autoreleasing id<protocol> error

CF_RETURNS_RETAINED or CF_RETURNS_NOT_RETAINED: which to use when?

Why is __strong required in fast enumeration loops with ARC

How do I manually retain in Swift with ARC?

Destroying objects on demand with ARC