Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

If a volatile reference has changed between a thread loading the reference and calling a function on it, can the old object be garbage collected?

Is this object will dispose automatically when encounter exception?

c# .net garbage-collection

Getting list of objects referring to an Object

java garbage-collection

Why other languages don't have automatic garbage collection similar as that of the Java Garbage Collector?

c# java c++ c garbage-collection

Garbage collection in Java

java garbage-collection

Managed memory leaked by C# iterator

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?