Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Solr caching with EHCache/BigMemory

Remoting lifetime for static objects in app domain with client activated objects

Should I hold a reference to a thread once its started?

What are the "practical consequences" of using soft references?

Is it possible to make GC manage native object's lifetime?

Java garbage collection "real" time is much bigger than "user" +"system"

Could an object be created in old generation?

java garbage-collection

Why doesn't object with finalizer get collected even if it is unrooted?

c# .net garbage-collection

Is gc always invoked, even when heap space is continuously available at run-time?

java garbage-collection