Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Can java finalize an object when it is still in scope?

java garbage-collection

Javascript force GC collection? / Forcefully free object?

Do IDisposable objects get disposed of if the program is shut down unexpectedly?

How do Immutable Objects help decrease overhead due to Garbage Collection?

Memory Leaks in C# WPF

Could a class instance that is not being assigned to a variable get garbage-collected too early?

c# .net garbage-collection

What will happen when a Java thread is set to null?

Can Timers get automatically garbage collected?

How to exit an application properly

vb.net garbage-collection

UseConcMarkSweepGC vs UseParallelGC

.NET Garbage Collector mystery

c# .net garbage-collection

Configuring v8's memory management to be smart for a node.js process

How to calculate HashMap memory usage in Java?

Adding for-loop prevents OutOfMemoryError

java garbage-collection jvm

finalize() called on strongly reachable objects in Java 8

Background sticky concurrent mark sweep GC freed

What's the difference between generational and incremental garbage collection?

-Xms: Initial heap size or minimum heap size?

Java -Xms initial size effects

Why do you not explicitly call finalize() or start the garbage collector?

java garbage-collection