Objective-C的内存管理(一)黄金法则的理解

一、内存管理黄金法则: The basic rule to apple is everything thatincreases the reference counter with alloc,[mutable]copy[WithZone:] or retainis in charge of the corresponding [auto]release. 如果一个对象使用了alloc,[muta
相关文章
相关标签/搜索