Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

GC Doesn't Delete Circular References in WeakKeyDictionaries?

Android: GC_FOR_MALLOC caused by a lengthy touch event?

gc of a larger number of scala actor

Dual mode ARC/GC and Core Foundation bridging

LibGdx GC_Concurrent running

JVM JIT diagnostic tools and optimization tips

Creating big amount of Sitecore Items causes memory leak

Debugging reference counting memory leaks in Python C extension modules

Practice of exit(0) in C and System.exit(0) in Java

Are .NET singletons made less performant as the application runs for longer?

java garbage collection and temporary objects

java garbage-collection

Why is PySide's exception handling extending this object's lifetime?

What exactly needs to be PROTECTed when writing C functions for use in R

c r garbage-collection

What is the meaning of "% Time in GC" performance counter

Why max heap size is incorrect when I enable G1 garbage collector?

Weak Reference for Network callback bad idea?

What does allocation rate means in JMH

What is meant by "Memory Pressure"?

G1 GC - Large background I/O causing JVM unresponsive - a 8sec pause

Does ArrayList.clear() also delete all contained objecs?