Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

from C++ to C#: Never Return a Reference to a Local Object?

c# garbage-collection

How are arrays of Java objects tenured?

Understanding Phantom reference vs weak reference with respect to Reference queue

Xamarin garbage collector and circular references

can a GC be implemented with C++ raw pointers?

Can one Ruby object destroy another?

ruby garbage-collection

How does Pythonic garbage collection with numpy array appends and deletes?

What is going on here? (.Net) GC.CollectionCount(0) keeps increasing

Do Timer object get GC-ed when no other object references them?

c# garbage-collection timer

android cache > internal storage vs. object cache

how to prevent memory leak in javascript

Win32.DestroyIcon vs. Icon.Dispose

Will GC collect object a and b if they only have reference to each other?

java garbage-collection

What's the lifecycle of a Java HttpSession object?

java garbage-collection

Get Running Processes List and Kill Their Background Services

Pinning Array of .NET objects

Does garbage collection happen immediately after Hashmap.remove() is called?

Does the Java foreach loop create a new object?

Dereferencing Objects in an Array for Java Garbage Collection

Will stream classes or connections considered as a resource leak in Java