Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

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

Possibility of ARC overflow in Swift?

How do you efficiently debug reference count problems in shared memory?

Python reference count and ctypes

QSharedData and inheritance

does dispatch_async copy internal blocks

Should I release an NSDictionary instantiated through the form @{}?

C++ weak_ptr creation performance

Struct cannot have a stored property that references itself [duplicate]

Dealing with circular strong references in Delphi

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

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