Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Does the "using" keyword mean the object is disposed and GC'ed?

Java Concurrent and Parallel GC

C# The 'new' keyword on existing objects

Find all references to an object in python

.Net 4 MemoryCache Leaks with Concurrent Garbage Collection

GC behavior when pinning an object

If Java's garbage collector moves objects, what is Object.hashCode and System.identityHashCode?

Why are there so many implementations of Object Pooling in Roslyn?

Garbage collection notification?

java garbage-collection

Practical use of System.WeakReference

.net garbage-collection

What is the Metadata GC Threshold and how do I tune it?

Best way to dispose a list

java.lang.OutOfMemoryError: GC overhead limit exceeded on Android 1.4

Is correct to use GC.Collect(); GC.WaitForPendingFinalizers();?

c# .net garbage-collection

In Java is Permanent Generation space garbage collected?

java garbage-collection

Java garbage collection

java garbage-collection

Prevent Fragment recovery in Android

How can I write a unit test to determine whether an object can be garbage collected?

How can I disable Java garbage collector?

Running Boehm GC in multiple threads independently