Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Garbage-collect a lock once no threads are asking for it

What happens when an Async value is garbage-collected?

How is an object marked as finalized in Java (so that the finalize method wouldn't be called the second time)?

does mono/.Net GC release free allocated memory back to OS after collection? if not, why?

How to insist a C compiler put local variables on the stack, not in registers

WaitForFullGCComplete vs (WaitForPendingFinalizers + collect)?

JVM Freeze under high load in longevity tests

Force garbage collection of JavaScriptCore virtual machine on iOS

May the removal of an unused field cause a garbage collection?

How does Java GC call finalize() method?

java garbage-collection jvm

Lifetime of object in lambda connected to pyqtSignal

Can I start a JVM with Eden space so big, it runs to completion without any GC. Assuming I have heap of free mem

.NET Runtime Error 80131506 - Passing Lambda to Native Function

How GC knows if object in old heap references an object in young heap?

Availability of Shenandoah 2.0 in JDK

Equivalent to SoftReference in .net?

How to programmatically determine a Cocoa plugin bundle's garbage collection settings?

How does the garbage collector work with unit tests?

Dangers of converting delegates to function pointers

.net c++ garbage-collection

Unhandled exception coming from GC thread when a static-constructor / type-initializer fails

c# garbage-collection