Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Must I implement IDisposable on all classes, or is a base class sufficient?

GCHandle: when to use GCHandleType.Normal explicitly?

c# garbage-collection

Does Qt applications have automatic garbage collection?

Is GCLatencyMode.LowLatency a good choice?

Why "Finalize method should not reference any other objects"?

PHP Garbage collection sucks or is it just me?

Check if object can be fetched by garbage collector

java garbage-collection

Confused. CA1063 is wrong? GC.SuppressFinalize(this)

c# .net garbage-collection

Restricting JVM not to invoke GC

java garbage-collection

Avoiding promotion failed in Java CMS GC

Session containing items implementing IDisposable

Does the CLR garbage collection methodology mean it's safe to throw circular object references around?

How to reduce Garbage Collection performance Overhead

How Many Objects Are Eligible For Garbage Collection?

java garbage-collection

Tomcat crashes with error java.lang.OutOfMemoryError: GC overhead limit exceeded

How to determine which GC I use?

Garbage Collection: Is it necessary to set large objects to null in a Dispose method?

.net garbage-collection

.NET: Any way to tell when an object is disposed/garbage collected?

.net garbage-collection

Does class without data member have memory footprint in java?

Lua's GC and realtime game