Objective-C Automatic Reference Counting (ARC) — Clang 3.7 documentation
General Automatic Reference Counting implements automatic memory management for Objective-C objects and blocks, freeing the programmer from the need to explicitly insert retains and releases. It does not provide a cycle collector; users must explicitly .....