Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

What is the best way to implement smart pointers in C++?

When is reference-counting needed in a single threaded application that doesn't model circular data structures? [duplicate]

rust reference-counting

How does Rust handle the "island of isolation" (cycles of references) scenario for reference-counted types?

rust reference-counting

Adding non NSObjects to NSMutableArray

When is NS_RETURNS_RETAINED needed?

Why VC++ Strings are not reference counted?

Delphi Interface Reference Counting

Reference cycles with value types?

Why does this string have a reference count of 4? (Delphi 2007)

Python C-API functions that borrow and steal references

Is a dynamic array automatically deallocated when it goes out of scope?

What solutions are there for circular references?

How to go about fixing a memory leak in PHP

Is there a non-reference-counted base class like TInterfacedObject?

Is atomic decrementing more expensive than incrementing?

ARC and autorelease

How to implement thread safe reference counting in C++

Why do garbage collectors wait before deallocating?

Why isn’t my weak reference cleared right after the strong ones are gone?

WeakReference implementation in .NET