Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in weak-references

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?

Inherit class with weakref in slots

Go GC doesn't collect dead weak pointers

How to force WeakReference to die?

c# .net clr weak-references

How to create a Weak Referenced Event Handler?

c# wpf weak-references

MVVM: binding the View with the ViewModel with closures, unowned or weak self?

Is it possible to manually mark/unmark an object for garbage collection?

Can I create a List<WeakReference<T>>?

c# generics weak-references

weak references in .net

.net weak-references

In Swift, if I have a closure capturing [weak self], is it good practice to unwrap the optional self at the beginning of the closure?

ARC weak ivar released before being returned - when building for release, not debug

Zeroing weak variable and deinit, which one happens first?

C# WeakReference object is NULL in finalizer although still strongly referenced

Are there Weak References in .NET?

In Swift, unowned vs. weak reference [duplicate]

One Liner: WeakReference-to-a-Lambda Event Handler