Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

How are weak references implemented?

Are C# weak references in fact soft?

Testing/Verifying a WeakReference

Do capture lists of inner closures need to redeclare `self` as `weak` or `unowned`?

Does WeakReference make a good cache?

Why do we need weak reference in java

java weak-references

ThreadLocal Resource Leak and WeakReference

"Weak reference": down to earth explanation needed

delphi weak-references

Is it possible to create a truely weak-keyed dictionary in C#?

Using Java's ReferenceQueue

What's the difference between ES6 Set and WeakSet?

How do events cause memory leaks in C# and how do Weak References help mitigate that?

c# .net events weak-references

Using __block and __weak

Why isn’t my weak reference cleared right after the strong ones are gone?

Weak events in .NET?

Is self captured within a nested function

weak or strong for IBOutlet and other [duplicate]

JVM G1GC's mixed gc not collecting much old regions

Should ConditionalWeakTable<TKey, TValue> be used for non-compiler purposes?

WeakReference and event handling