Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

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

does object reference change after GC

java garbage-collection

Unnecessary Full GC with the G1 garbage collector in Java 8?

When does PHP run garbage collection in long running scripts?

php garbage-collection

Do F# observable events obviate, mediate, or are not related to the need for weak references?

How does a value in an entry in the WeakHashMap gets garbage collected when the actual object is garbage collected?

Web Assembly (Wasm), garbage collection

Does Java guarantee that currently synchronized objects are not garbage collected?

Is GC.SuppressFinalize guaranteed?

c# garbage-collection

How to use garbage collection to delete files?

Could someone explain the behaviour of the garbage collector?

c# garbage-collection

Garbage collector won't collect an object created with using

c# garbage-collection

from C++ to C#: Never Return a Reference to a Local Object?

c# garbage-collection