Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Why using Weak Event Pattern on controls instead of managing lifetime somewhere else?

How GC suspends/blocks the application threads

java garbage-collection

Are string objects and their literals garbage collected?

Is it possible to change Garbage Collection behavior in Java ME?

JVM heap - why S0/S1 size decreases over time?

java garbage-collection

Is it safe to use a uintptr as a weak reference

go garbage-collection

Can java string literals be garbage collected?. If Yes, how to prove it?

Does the StackMapTable affect the garbage collection behavior?

java garbage-collection

Could calling core.memory's GC.collect consistently make for a more consistent framerate?

If a volatile reference has changed between a thread loading the reference and calling a function on it, can the old object be garbage collected?

Is this object will dispose automatically when encounter exception?

c# .net garbage-collection

Getting list of objects referring to an Object

java garbage-collection

Why other languages don't have automatic garbage collection similar as that of the Java Garbage Collector?

c# java c++ c garbage-collection

Garbage collection in Java

java garbage-collection

Managed memory leaked by C# iterator

How does .Net runtime "understand" that structure still has a reference

c# .net garbage-collection

Efficient Garbage Collection

c# garbage-collection