New posts in garbage-collection

GC.Collect() and Finalize

Lock statement vs Monitor.Enter method

how to destroy an object in java?

C#: should object variables be assigned to null?

Do I need to close a ByteArrayInputStream?

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

What are the Generations in Garbage Collection?

Will .hashcode() return a different int due to compaction of tenure space?

Can .NET Task instances go out of scope during run?

Why are there memory allocations when calling a func

How to implement garbage collection in C++

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

Using Java's ReferenceQueue

Memory Allocation/Deallocation Bottleneck?

Mixing Erlang and Haskell

Difference between system.gc() and runtime.gc()

Garbage collection on intern'd strings, String Pool, and perm-space

"Island of isolation" of Garbage Collection

Xamarin iOS memory leaks everywhere

GC.Collect() not collecting immediately?