文章列表
Determining which garbage collector is running(确定正在运行的垃圾收集器)
Is garbage collection automatic in standard C++?(标准 C++ 中的垃圾收集是自动的吗?)
.NET object events and dispose / GC(.NET 对象事件和处置/GC)
Does WeakReference make a good cache?(WeakReference 是否提供良好的缓存?)
How are String and Char types stored in memory in .NET?(String 和 Char 类型如何存储在 .NET 的内存中?)
When should I dispose my objects in .NET?(我应该什么时候在 .NET 中处理我的对象?)
Should we use quot;workstationquot; garbage collection or quot;serverquot; garbage collection?(我们应该使用“工作站吗?垃圾收集或“服务器;垃圾收集?)
Can I (and do I ever want to) set the maximum heap size in .net?(我可以(并且我曾经想要)在.net 中设置最大堆大小吗?)
Garbage Collection and Parallel.ForEach Issue After VS2015 Upgrade(VS2015升级后的垃圾收集和Parallel.ForEach问题)
Finalizer and IDisposable(终结器和 IDisposable)