Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

How to force full garbage collection in .NET 4.x?

c# .net weak-references

How to do compare and increment atomically?

Weakreference get() method how safe is it? (Android, asynctask)

Trying to understand Microsoft's implementation of WeakReference

Why is a WeakReference useless in a destructor?

c# weak-references

Android: the GC doesn't respect SoftReferences?

OutOfMemoryException despite using WeakHashMap

Safely iterating over WeakKeyDictionary and WeakValueDictionary

In Perl, why does copying a weak reference create a normal, strong, reference?

perl weak-references

How to create weak reference in Objective-C?

android - java - WeakReferences with an ArrayList?

What did I do that made "weak refs processing" take 30 sec instead of 1.5 sec?

Implementing weak intrusive pointers in C++

Is it a good idea to implement a C# event with a weak reference under the hood?

c# .net events weak-references

Why weakref doesn't support built-in types in Python?

python weak-references

WeakReferences are not freed in embedded OS

Delphi "Supports" increments reference count on [weak] or [unsafe] interfaces

Why would I not use a weak pointer to self in a Block passed to dispatch_after()?

Would a "circular" reference be treated as "reachability" for a WeakMap?

Weak reference instead of getActivity() (Android avoid memory leak)?