Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refcounting

slow memory release (refcounted structure) - Is my workaround a good way?

Why shared_ptr has an explicit constructor

c++ boost refcounting

How to avoid memory leak with CTFontCreateWithGraphicsFont?

c macos core-text refcounting

why does a call to locals() add a reference?

Why is my Python C Extension leaking memory?

python c refcounting

Smart Pointers and Ref Counting in Java

C++: Multithreading and refcounted object

How do reference-counting smart pointer's avoid or handle reference-counter overflows?

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

Why the refcount is 2 not 1?

php refcounting

string := const : why different implementation for local and result?

Python disable reference counting for some objects

python refcounting

How does a weak_ptr know that the shared resources has expired?

Are memory barriers necessary for atomic reference counting shared immutable data?

Is there a way to get the current ref count of an object in Python?

python refcounting