Search code examples
Does dispatching to a queue that's owned by an object retain that object?...


objective-c-blocksgrand-central-dispatchretainreference-counting

Read More
C++11 Shared Ptr, share the same reference counter...


c++c++11shared-ptrreference-counting

Read More
Is atomic decrementing more expensive than incrementing?...


c++performanceatomicreference-countingmemory-fences

Read More
How memory is managed for an object that is created but not assigned to any pointer?...


objective-cmemory-managementmemory-leaksautomatic-ref-countingreference-counting

Read More
How python handles object instantiation in a ' for' loop...


pythonmemory-managementfor-loopinstantiationreference-counting

Read More
Dynamic array reference count in record...


delphirecorddynamic-arraysreference-counting

Read More
Semantic of empty shared_ptr...


c++shared-ptrreference-countingnullptr

Read More
Why should Py_INCREF(Py_None) be required before returning Py_None in C?...


pythoncreference-counting

Read More
multiple threads vs reference counting: does each thread count variables separately...


multithreadinggtkpthreadsglibreference-counting

Read More
Why should I use autorelease in this scenario?...


iosmemory-managementautoreleasereference-counting

Read More
approach to null all references to objects created by a Java ThreadFactory...


javamultithreadingrunnablereference-countingabstract-factory

Read More
What is a reference cycle in python?...


pythongarbage-collectionreference-countingcyclic-reference

Read More
iOS and ARC management...


iosobjective-cmemory-managementreference-counting

Read More
Vala reference counting and parameter passing...


valareference-counting

Read More
How can I get reference count for a managed object?...


.netgarbage-collectionmemory-managementreference-counting

Read More
Why doesn't std::shared_ptr use reference linking?...


c++c++11shared-ptrsmart-pointersreference-counting

Read More
How to do reference counting in C - parameter passing...


cmemory-managementmemory-leaksreference-counting

Read More
Are strings referenced in PHP5?...


phpstringreference-counting

Read More
Objective-C ARC Should constructor set Instance Variable or Property?...


objective-ciosinitializationautomatic-ref-countingreference-counting

Read More
How does NSObject's reference counting system work?...


objective-cmemory-managementnsobjectreference-counting

Read More
Reference count is still 1 after [obj release], when it should be deallocated...


objective-ccocoareference-countingretaincount

Read More
Thread safety of the reference count of a C++/CX WinRT pointer...


pointerswindows-runtimereference-countingc++-cx

Read More
When is NS_RETURNS_RETAINED needed?...


objective-ciosmemory-managementautomatic-ref-countingreference-counting

Read More
retainCount always is -1?...


objective-ciosmacosfoundationreference-counting

Read More
Reference Counting in C++ OO-Style...


c++reference-counting

Read More
Java Multithreading: Behaviour when Reference count of thread object becomes zero...


javamultithreadinggarbage-collectionreference-counting

Read More
Reference counting without Garbage Collection...


garbage-collectionreference-counting

Read More
How to implement thread safe reference counting in C++...


c++multithreadingatomicreference-counting

Read More
Object with reference count equals to 0 is still persistent...


objective-ciosmemory-leaksinstrumentsreference-counting

Read More
C# - How to access a static class variable given only the class type?...


c#xnareference-counting

Read More
BackNext