Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

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

Objective c - Reference counting

Simple reference counting: smart pointers

Is "self" weak within a method in ARC?

Detecting memory leak in reference counted objects

C++: Multi threading and reference counting

two shared_ptr from same enable_shared_from_this instance

Xcode static analyzer and copyWithZone

Debugging PHP memory leak. Tracking the reference count?

ctypes - references from C to python objects

Swift 4: Are Strings reference counted & how to get that count

What is the idiomatic way to write a linked list with a tail pointer?

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

python c reference-counting

Understanding C++ std::shared_ptr

How python handles object instantiation in a ' for' loop

Microsoft objects, the Release() functions return value?

How does PHP references work under the hood for arrays?

Making a reference-counted object in D using RefCounted!(T)

Is the implementation of Delphi interface reference counting future proof