Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

Is there an NSMutableArray version of NSMapTable?

Weak-keyed dictionary in Objective-C

Why does assigning with a strong property work, but not with a weak one?

Playing around with ARC: Force release irritation?

Automatic removal of entries in WeakHashMap

Why __weak object will be added to autorelease pool?

Thread safety of Java example using WeakReference

Is there a way to have a map with weakly-held values in JavaScript?

Strong references within weak references

java memory weak-references

Understanding this JS WeakRef polyfill implementation

How to cache with weak references when values refer back to keys?

WeakHashMap - what is its purpose and how should it be used correctly

Why is class.__weakref__ not None, while instance.__weakref__ is None?

Is it required to to use weak reference's within a singleton class?

Why is __weakref__ removed by default when __slots__ is used?

Lua weak tables memory leak

Why the weak symbol defined in the same .a file but different .o file is not used as fall back?