Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

Is assiging a shared_ptr to itself safe?

Why does creating a variable name for an exception raised in a Python function affect the reference count of an input variable to that function?

How to share parts of a string with Rc?

Release-Consume ordering for reference counting

Python sys.getrefcount() shows unexpected 4th reference

python reference-counting

Python CApi Reference Count Details

Safe to always use [unowned self] for Swift singletons?

What does CPython actually do when "=" is performed on primitive type variables?

C++11: How is object deleted if it was constructed using make_shared

Reference counting (without storing any data)

reference counting not working in shared_ptr

Can multiple string variables really refer to the same data?

Shared pointers not increasing the use_count

Java Multithreading: Behaviour when Reference count of thread object becomes zero

Delphi: Since when are interface references no longer released at the end of a with-block?

why aren't descendants of TInterfacedObject garbage collected?

overloading operator delete, or how to kill a cat?

Difference between atomic decref implementations

Does dispatching to a queue that's owned by an object retain that object? [duplicate]

How do I share a mutable object between threads using Arc?