Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

Handling duplicates keys within an AVL tree

In Swift is the programmer responsible for breaking loops between objects?

Reference Counting in C++ OO-Style

c++ reference-counting

Assigning a shared_ptr to an offset of an array

Why does shared_ptr needs to hold reference counting for weak_ptr?

Is cv::Mat thread-safe (atomic assignment + refcounting)?

Does C++/CX detect and solve cycles of objects?

How does Apple's Objective-C runtime do multithreaded reference counting without degraded performance?

Is there an operation for Rc or Arc which clones the underlying value and returns it to the caller?

STL class for reference-counted pointers?

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