 |
Automatic Reference Counting - Wikipedia, the free encyclopedia
In Objective-C and Swift programming, Automatic Reference Counting (ARC) is a memory management enhancement where the burden of keeping track of an object's reference count is lifted from the programmer to the compiler.[1] In traditional Objective-C, the
en.wikipedia.org |
 |