标签:使用 c for new 生命周期 it
GC.Collect()
GC.WaitForPendingFinallizers()
GC.KeepAlive
尽量不要new很大的Object
不要频繁的new生命周期很短的Object,这样会导致很多内存碎片引起频繁的压缩
GC使用注意,布布扣,bubuko.com
GC使用注意
原文地址:http://www.cnblogs.com/saaav/p/3704946.html