Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Are child objects still alive when Object.Finalize is called by GC?

When you discard the reference to a SoftReference, will it's clearing still be put on the ReferenceQueue?

out-of-memory exception even though enough memory seems to be available

How to minimize the garbage collection in Go?

garbage-collection go

Does GC.SuppressFinalize keep an object rooted

In .NET, will cleaning a nested dictionaries parent release all memory upon garbage collection?

Go GC doesn't collect dead weak pointers

How does garbage collection in Python work with class methods?

python garbage-collection

Monodroid: Performing a full GC

Buffer overrun during Garbage Collection: psychic debugging request

What is the difference between Python GC reference counting and Objective-C's ARC? [closed]

Can you deallocate memory with Go garbage collection disabled?

Why isn't WPF Window automatically disposed and collected after MainWindow closed?

Will shadowed binding be GCed?

garbage-collection ocaml

How can I invoke GC using adb tools?

Java: does GarbageCollectorMBean.getCollectionTime return pause time or something else?

java garbage-collection

What guarantees does Java/Scala make about garbage collection?

When does garbage collection work in java?

java garbage-collection

Why close() cannot be called on Closeable classes automatically?