Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

When setting an array element to a String object, does the element reference the object?

java garbage-collection

Viewing garbage collection history in c# (VS2015)

StringBuilder / StringBuffer with literal string in memory [duplicate]

In-process communication design with WCF (.NET)

ReRegisterForFinalize SuppressFinalize real life example

Why do threads leak on Android?

delete memory allocated with lua_newuserdata

.NET Do lambdas prevent garbage collection of external references used in them?

Weak References and Disposable objects

Why is this object not garbage collected

c# garbage-collection

how to clear objects (HashMap) to be garbage collected - Java

regarding garbage collection.Why do we need to call System.gc();?

java garbage-collection

What is the use of overriding the finalize() method of Object class?

java garbage-collection

Why can't GC figure it out?

When is an object eligible for garbage collection? [duplicate]

c# garbage-collection

How Erlang atoms can be garbage collected

garbage-collection erlang

Resource leak: workbook is never closed warning when using Apache.POI XSSFWorkbook

Why can't I leverage 4GB of RAM in my computer to process less than 2GB of information in C#?

Will .Net Garbage Collect an object that's not referenced, but has a thread that's doing work?

Garbage Collector taking too much CPU Time