Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

ARC(Automatic Reference Counting) in Action

Is it necessary to deallocate an AutoreleasingUnsafeMutablePointer? If so, how?

Objective C memory management with blocks, ARC and non-ARC

Purposely Create Retain Cycle (Objective C without GC)

ARC: Setting compiler flags to -fno-objc-arc and build errors

ObjC ARC: does a weak property's setter method run when the object is set to nil by ARC?

In Objective-C ARC, what are "BPTRs declared within extern "BCPL" blocks"?

Swift ARC and blocks

How to make GDATAXML compatible with ARC in XCODE 4.2?

Migrating to Arc with poor naming standards

Can't turn off ARC for JSONkit

Strong vs Retain in ARC

What's the equivalent of '[[something retain] autorelease]' in ARC?

how to declare variable of NSString with double pointer

When a view controller is dismissed, should it empty the memory?

How to resolve memory cycle in Swift 4 URLSession.downloadTask?

ARC properties' new attributes

Need more explanation on usage of __autoreleasing

Fix potential memory leak in ARC

Objective-C: blocks in ARC