Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Does the StackMapTable affect the garbage collection behavior?

java garbage-collection

Could calling core.memory's GC.collect consistently make for a more consistent framerate?

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?