Fork me on GitHub

GC垃圾回收机制

深入讲解:

 https://blog.csdn.net/libaineu2004/article/details/40055149




GC有多种算法。比较常见的算法有Reference Counting(引用计数法),Mark Sweep(标记清除法),Copy Collection等等

https://blog.csdn.net/longzw0/article/details/66970832

posted @ 2018-07-19 17:05  迁梦余光  阅读(95)  评论(0编辑  收藏  举报