Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

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 does the split reference counting work in a lock free stack?

How do I ensure Interface instance is freed before FreeLibrary is called

ThreadSanitizer reports "data race on operator delete(void*)" when using embedded reference counter

C++ memory management when passing shared_ptr to lambda

Designing a shader class

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

Is there a way to cast shared_ptr<void> to shared_ptr<T>?