Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

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

Reference counting issue of MapViewOfFile on Windows

How does Objective-C do reference counting efficiently?

Object with retain count 0 doesn't get released

Lock-free Reference Counting

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

Objective c - Reference counting