×
Abstract. Reference counting is a widely-used resource management idiom which maintains a count of references to each resource by incrementing the count.
We present an algorithm to verify the correctness of reference counting with minimal user interaction. Our algorithm performs compositional verification through ...
Jan 21, 2016 · We present an algorithm to verify the correctness of reference counting with minimal user interaction. Our algorithm performs compositional ...
People also ask
... The basic idea is to guarantee the invariant that the number of escaped references should be equal to the increment number of the refcounter. Accordingly, ...
Jun 20, 2018 · I want this shader class to behave very similarly to a shared_ptr in c++ (that is, keep a reference count and free the resource when no references are left).
Missing: Verifying | Show results with:Verifying
Dec 12, 2017 · In general, you avoid it by having a single owner - even in unmanaged languages. But the principle is the same for managed languages.
Missing: Verifying | Show results with:Verifying
Jun 26, 2018 · Michael Emmi, Ranjit Jhala, Eddie Kohler, Rupak Majumdar: Verifying Reference Counting Implementations. TACAS 2009: 352-367.
Jun 1, 2023 · In this paper, we propose a wait-free algorithm for weak reference counting. The algorithm requires primitive wait- free atomic operations of “compare and swap ...