Java Multithreading: Behaviour when Reference count of thread object becomes zero...
Read MoreReference counting without Garbage Collection...
Read MoreHow to implement thread safe reference counting in C++...
Read MoreObject with reference count equals to 0 is still persistent...
Read MoreC# - How to access a static class variable given only the class type?...
Read Moreshared_ptr / weak_ptr implementations for objective-C...
Read Moreoverloading operator delete, or how to kill a cat?...
Read MoreOvercoming the race condition in lock-free reference-counted dereferences...
Read MoreReference count of Managed Objects...
Read MoreAre there any Python reference counting/garbage collection gotchas when dealing with C code?...
Read MoreObjective C Class instance properties deallocating in UITableViewController...
Read MoreC++: Reference counting values in a std::map; is std::multimap a better choice?...
Read MoreUsing ARC on iOS 4, do I need to nil my IBOutlet properties when using unsafe_unretained instead of ...
Read MoreArguments retained After finishing NSIvocationOperation?...
Read MoreApparent memory leak when using PyTuple_SetItem...
Read MoreC++ -- Smart pointer and custom memory allocation dilemma...
Read MorePassing a smart pointer as a parameter to a function...
Read MoreUsing older libraries with new Reference Counting in XCode...
Read Moreios @try @catch block EXC_BAD_ACCESS on return from @catch...
Read MoreIs the implementation of Delphi interface reference counting future proof...
Read MoreIs it possible to create a simple smart pointer baseclass without templates?...
Read MoreHow do I AddRef() an nsCOMPtr for use as an out param?...
Read MoreObject with retain count 0 doesn't get released...
Read MoreAdding non NSObjects to NSMutableArray...
Read MoreInitializing a property, dot notation...
Read MoreTo get reference counting, do I have to clutter my APIs with shared_ptr?...
Read Moreshared_ptr<> is not required to use reference count?...
Read More