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# 黑箱中的 retain 和 release  
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 ) 
@@ -365,8 +361,6 @@ inline uintptr_t objc_object::rootRetainCount() {
365361
366362有关于自动释放池实现的介绍,可以看[ 自动释放池的前世今生] ( https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/objc/自动释放池的前世今生.md ) 。
367363
368- >  关注仓库,及时获得更新:[ iOS-Source-Code-Analyze] ( https://github.com/draveness/iOS-Source-Code-Analyze ) 
369- >  
370364>  Follow: [ Draveness · Github] ( https://github.com/Draveness ) 
371365
372366
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments