Search code examples
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
shared_ptr / weak_ptr implementations for objective-C...


objective-cmemory-managementraiireference-counting

Read More
overloading operator delete, or how to kill a cat?...


c++operator-overloadingreference-counting

Read More
Overcoming the race condition in lock-free reference-counted dereferences...


race-conditionlock-freereference-counting

Read More
Reference count of Managed Objects...


objective-ccore-datansmanagedobjectcontextreference-countingretaincount

Read More
Are there any Python reference counting/garbage collection gotchas when dealing with C code?...


pythongarbage-collectionschemereference-countingpython-c-api

Read More
PHP null and copy-on-write...


phpnullmicro-optimizationreference-countingcopy-on-write

Read More
Objective C Class instance properties deallocating in UITableViewController...


iphoneobjective-cmemory-managementretainreference-counting

Read More
C++: Reference counting values in a std::map; is std::multimap a better choice?...


c++multimapstdmapreference-counting

Read More
Using ARC on iOS 4, do I need to nil my IBOutlet properties when using unsafe_unretained instead of ...


objective-cautomatic-ref-countingreference-counting

Read More
Arguments retained After finishing NSIvocationOperation?...


objective-cmultithreadingnsoperationqueuereference-countingnsinvocationoperation

Read More
Apparent memory leak when using PyTuple_SetItem...


reference-countingpython-c-apipython-c-extension

Read More
C++ -- Smart pointer and custom memory allocation dilemma...


c++memory-managementmemory-leakssmart-pointersreference-counting

Read More
Passing a smart pointer as a parameter to a function...


c++memory-managementsmart-pointersreference-counting

Read More
Using older libraries with new Reference Counting in XCode...


objective-cxcodereference-counting

Read More
ios @try @catch block EXC_BAD_ACCESS on return from @catch...


iphoneobjective-ciosexceptionreference-counting

Read More
Is the implementation of Delphi interface reference counting future proof...


delphiinterfaceimplementationreference-counting

Read More
Is it possible to create a simple smart pointer baseclass without templates?...


c++templatesmemory-managementsmart-pointersreference-counting

Read More
How do I AddRef() an nsCOMPtr for use as an out param?...


firefox-addonsmart-pointersxpcomreference-countinggeckosdk

Read More
Object with retain count 0 doesn't get released...


objective-cmemory-managementmemory-leaksreference-counting

Read More
Adding non NSObjects to NSMutableArray...


objective-ciosnsarrayfoundationreference-counting

Read More
Objective C [object release]...


iphoneobjective-coopreleasereference-counting

Read More
Initializing a property, dot notation...


objective-cinitializationpropertiesdeallocreference-counting

Read More
When to retain an NSString?...


objective-cmemory-managementreference-counting

Read More
To get reference counting, do I have to clutter my APIs with shared_ptr?...


c++pass-by-referenceshared-ptrreference-counting

Read More
shared_ptr<> is not required to use reference count?...


shared-ptrc++11reference-counting

Read More
BackNext