Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

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

How are arrays of Java objects tenured?

Understanding Phantom reference vs weak reference with respect to Reference queue

Xamarin garbage collector and circular references

can a GC be implemented with C++ raw pointers?

Can one Ruby object destroy another?

ruby garbage-collection

How does Pythonic garbage collection with numpy array appends and deletes?

What is going on here? (.Net) GC.CollectionCount(0) keeps increasing

Do Timer object get GC-ed when no other object references them?

c# garbage-collection timer

android cache > internal storage vs. object cache

how to prevent memory leak in javascript