Search code examples
How does live object creation and partial teardown management work in javascript?...

javascriptmodulereferenceweak-referencesdebouncing

Read More
Java - HashMap and WeakHashMap references used in Application...

javajava-8garbage-collectionweak-referencesweakhashmap

Read More
Understanding ConditionalWeakTable...

.netdictionaryweak-references

Read More
Using __block and __weak...

objective-cobjective-c-blocksweak-references

Read More
Callback for when WeakReference is removed...

javaandroidweak-references

Read More
Preventing memory leaks when referencing a callback in Swift...

swiftmemory-leakscallbackclosuresweak-references

Read More
In Objective-C (and Swift) are weak properties thread safe?...

objective-cswiftthread-safetyweak-references

Read More
Swift: dynamically creating and assigning delegates...

swiftdelegatesmkmapviewweak-referencesstrong-references

Read More
Testing/Verifying a WeakReference...

c#unit-testingweak-references

Read More
Rationale for Soft-/Weak-/PhantomReferences clearing references to objects which have reference to t...

javaweak-referencessoft-referencesphantom-reference

Read More
Always pass weak reference of self into block in ARC?...

iosiphoneobjective-cautomatic-ref-countingweak-references

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

swiftmemory-managementsingletongrand-central-dispatchweak-references

Read More
Should a Weakref object be called every time it's accessed?...

pythonoopweak-references

Read More
When would you use a WeakHashMap or a WeakReference?...

javaweak-references

Read More
How can I use a std::map with std::weak_ptr as key?...

c++dictionarystdmapweak-referencesweak-ptr

Read More
Java: Stack with weak references...

javastacksetweak-referencesweakhashmap

Read More
Function inside Function retain cycle...

iosswiftweak-referencesretain-cycleweak

Read More
Swift: Maintaining atomicity in a block-based execution using weak self...

swiftclosuresweak-referencescapture-list

Read More
How IBoutlet hold initial value being weak? Means some other strong object is pointing?...

iosinterface-builderautomatic-ref-countingweak-references

Read More
Generic typeof for weak self references...

objective-ccocoaautomatic-ref-countingobjective-c-blocksweak-references

Read More
Python WeakRef.WeakMethod pass arguments...

pythonweak-referencescommand-pattern

Read More
Is a Thread with an static WeakReference able to be garbage collected or does it force MemoryLeak?...

androidstaticweak-references

Read More
Understanding weak and unowned reference in Swift under the hood...

swiftweak-referencesstrong-referencesunowned-references

Read More
Swift - Is checking whether a weak variable is nil or not thread-safe?...

swiftqueuethread-safetyweak-referencesabort

Read More
How to make weak references in Java?...

javareferencegarbage-collectionweak-references

Read More
Garbage collection and the memoization of a string-to-string function...

luagarbage-collectionmemoizationweak-references

Read More
didSet for weak reference not working as expected...

swiftweak-references

Read More
Do i use [weak self] in URLSession dataTask when setting instance properties?...

swiftstructautomatic-ref-countingweak-references

Read More
Python: which types support weak references?...

pythonweak-referencespython-internals

Read More
Bitmap, Bitmap.recycle(), WeakReferences, and Garbage Collection...

androidmemory-leaksgarbage-collectionbitmapweak-references

Read More
BackNext