GC垃圾回收机制
深入讲解:
https://blog.csdn.net/libaineu2004/article/details/40055149
GC有多种算法。比较常见的算法有Reference Counting(引用计数法),Mark Sweep(标记清除法),Copy Collection等等
https://blog.csdn.net/longzw0/article/details/66970832
深入讲解:
https://blog.csdn.net/libaineu2004/article/details/40055149
GC有多种算法。比较常见的算法有Reference Counting(引用计数法),Mark Sweep(标记清除法),Copy Collection等等
https://blog.csdn.net/longzw0/article/details/66970832