File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11# 自动释放池的前世今生
22
3- > 关注仓库,及时获得更新:[ iOS-Source-Code-Analyze] ( https://github.com/draveness/iOS-Source-Code-Analyze )
4- >
5- > Follow: [ Draveness · Github] ( https://github.com/Draveness )
6-
73> 由于 Objective-C 中的内存管理是一个比较大的话题,所以会分为两篇文章来对内存管理中的一些机制进行剖析,一部分分析自动释放池以及 ` autorelease ` 方法,另一部分分析 ` retain ` 、` release ` 方法的实现以及自动引用计数。
84
95+ [ 自动释放池的前世今生] ( https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/objc/自动释放池的前世今生.md )
@@ -545,8 +541,6 @@ static inline id autorelease(id obj) {
545541+ [ NSAutoreleasePool] ( https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSAutoreleasePool_Class/index.html#//apple_ref/occ/cl/NSAutoreleasePool )
546542+ [ 黑幕背后的 Autorelease] ( http://blog.sunnyxx.com/2014/10/15/behind-autorelease/ )
547543
548- > 关注仓库,及时获得更新:[ iOS-Source-Code-Analyze] ( https://github.com/draveness/iOS-Source-Code-Analyze )
549- >
550544> Follow: [ Draveness · Github] ( https://github.com/Draveness )
551545
552546
You can’t perform that action at this time.
0 commit comments