Python disable reference counting for some objects...
Read MoreWeak pointer library implementation C++...
Read MoreWhy is my Python C Extension leaking memory?...
Read MoreSimplest way to count instances of an object...
Read MoreImplement Borrow on something behind a RefCell?...
Read MoreHow can I get R to modify this matrix in place after a call to fastLmPure?...
Read MoreReference counting - internal references problem...
Read MoreWhy does my Python Extension type have two ref counts rather than one?...
Read MoreWhat is GRefString implementation in GLib?...
Read MoreAre memory barriers necessary for atomic reference counting shared immutable data?...
Read MoreC-Extension: Ref count of generators...
Read MoreNeed guidance regarding reference counting...
Read MoreCython: casting C struct to pythons object increases refcount...
Read MoreHow to avoid freeing objects that are stored in containers with the same reference count...
Read MoreSmart Pointers and Ref Counting in Java...
Read MoreHow do reference-counting smart pointer's avoid or handle reference-counter overflows?...
Read MoreHow does a weak_ptr know that the shared resources has expired?...
Read MoreHow to avoid memory leak with CTFontCreateWithGraphicsFont?...
Read MoreDo i need to do g_object_unref() on glib signal parameters?...
Read MoreCan there be an ARC equivalent for C#...
Read Moreboost shared ptr makes copy when changing undelying object?...
Read MoreStrange behaviour of ref counter with ints being 0...
Read MoreMaking a reference-counted object in D using RefCounted!(T)...
Read MoreDoes accessing a list change its ref count?...
Read MoreARC migrator returns error in other target...
Read Morestring := const : why different implementation for local and result?...
Read MoreC++: Multithreading and refcounted object...
Read More