Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

How might I identify unwanted .NET objects that aren't being garbage-collected?

Java thread garbage collection

Will the garbage collector free this List when my method finishes running

garbage collect objects after lazy values have been calculated

Is it possible to set to null an instance of a class within the class

java garbage-collection

Call to MemoryStream.GetBuffer() succeeds even after MemoryStream.Close(); Why?

AS3 - when does the garbage collector run?

Garbage collector and static class, variable

c# garbage-collection

Eligible variables for garbage collection in Java

Server Garbage Collection on Azure App Service

why does this Java method leak—and why does inlining it fix the leak?

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