Skip to content

Commit 0e42dce

Browse files
author
Draveness
committed
Remove link before README
1 parent 0bc45f3 commit 0e42dce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

objc/自动释放池的前世今生.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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

0 commit comments

Comments
 (0)