摘要: 内存泄露的类型(http://www.red-gate.com/supportcenter/Content/ANTS_Memory_Profiler/help/7.2/amp_memory_leaks)大多数内存问题都会归结为以下类型之一。确定问题的类型将有助于你定位和解决问题。托管内存泄露The typical symptom of a memory leak is that the performance degrades while the program runs; performance recovers on restart and then degrades again. The阅读全文
