Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Release/dispose of a UIViewController in MonoTouch

WeakReference Behavior When Object Is Finalized But Not Yet Garbage Collected

Why do I need to call a close() or shutdown() method?

Is Pooling for Small Objects More Efficient than Android's Java Garbage Collector?

ArrayList.remove(index), is it viable for garbage collection?

java garbage-collection

Why does using an Object Initializer keep an object alive?

How many times can `__del__` be called per object in Python?

Reasons why garbage collector takes all cpu time on each frame

Push to origin after reflog expire and gc prune

Programmatically capture Full GC count

java garbage-collection jvm

Possibility of ARC overflow in Swift?

AutoCloseable and garbage collection relation

java garbage-collection

Release memory in Julia

Increase Heap size in GO

go garbage-collection

does java garbage collection securely wipe out garbage data?

java garbage-collection

How memory fragmentation is avoided in Swift

Pinning memory in .NET the lifetime of an object

c# .net garbage-collection

How does the operating system know how much memory my app is using? (And why doesn't it do garbage collection?)

How to properly clean up interop objects in C#

When happens to value types when they're removed from a collection?