Search code examples
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++apipass-by-referenceshared-ptrreference-counting

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


shared-ptrc++11reference-counting

Read More
Designing a shader class...


c++qtopenglreference-counting

Read More
Is assigning self.string = @"" on an @property that's (retain)'d proper?...


objective-creference-countingretaincount

Read More
Where should I put Py_INCREF and Py_DECREF on this block in Python C Extension?...


pythoncreference-counting

Read More
Is it possible to intercept (or be aware of) COM Reference counting on CLR objects exposed to COM...


c#.netcom-interopreference-counting

Read More
Know what references an object...


c++reference-counting

Read More
BackNext