自动引用计数

自动引用计数英語:ARC)是Clang编译器的一项内存管理特性,为Objective-CSwift语言提供自动引用计数。在编译时,它插入到目标代码中的 retainrelease 消息,在运行时增加和减少引用计数,并在引用计数为零时标记这些对象进行释放。

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.