Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

How does .Net runtime "understand" that structure still has a reference

c# .net garbage-collection

Efficient Garbage Collection

c# garbage-collection

Boehm and tagged pointers

Does this technique prevent Java from garbage collecting?

java garbage-collection

Storing a lua class with parent in luabind::object

Is there inherent "cost of carry" of garbage thunks in Haskell?

Why doesn't the Java CMS Garbage Collector allow the used heap size to grow to the available heap size?

Very long duration of Finalize marking in the Remark stage of G1GC

Correct way to find the source of GC overhead limit exceeded exceptions

java garbage-collection

How to find how many strong references for a object in heap/stack at runtime

when do java infinite loops stop?

LocalService and LocalBinder leak memory in Android 10

How to release multiple org.hibernate.impl.SessionFactoryImpl

C# calling IDisposable.Dispose() vs making object null

Passing IDisposable as parameter

Why Java System.gc() not working as expected?

Calling Connection.Close/Dispose in finaliser