Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

Microsoft objects, the Release() functions return value?

How does PHP references work under the hood for arrays?

Making a reference-counted object in D using RefCounted!(T)

Is the implementation of Delphi interface reference counting future proof

What does assigning a literal string to an NSString with "=" actually do?

Reference-counting for objects

Garbage Collection in Java

x86 equivalent for LWARX and STWCX

Why doesn't the JVM destroy a resource as soon as its reference count hits 0?

Is there a way to distinguish between different `Rc`s of the same value?

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?