Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in reference-counting
Is assiging a shared_ptr to itself safe?
Oct 31, 2025
c++
shared-ptr
reference-counting
copy-assignment
Why does creating a variable name for an exception raised in a Python function affect the reference count of an input variable to that function?
Oct 31, 2025
python
exception
garbage-collection
reference-counting
How to share parts of a string with Rc?
Oct 24, 2025
string
rust
slice
reference-counting
Release-Consume ordering for reference counting
Oct 23, 2025
c++
multithreading
reference-counting
memory-model
stdatomic
Python sys.getrefcount() shows unexpected 4th reference
Oct 20, 2025
python
reference-counting
Python CApi Reference Count Details
Sep 08, 2025
python
python-c-api
reference-counting
Safe to always use [unowned self] for Swift singletons?
Mar 18, 2023
swift
memory-management
singleton
reference-counting
unowned-references
What does CPython actually do when "=" is performed on primitive type variables?
Feb 09, 2023
python
cpython
reference-counting
C++11: How is object deleted if it was constructed using make_shared
Jan 15, 2023
c++
c++11
shared-ptr
reference-counting
weak-ptr
Reference counting (without storing any data)
Dec 28, 2022
c++
c++11
shared-ptr
reference-counting
reference counting not working in shared_ptr
Dec 25, 2022
c++
shared-ptr
reference-counting
Can multiple string variables really refer to the same data?
Dec 19, 2022
string
delphi
reference-counting
Shared pointers not increasing the use_count
Dec 16, 2022
c++
c++11
shared-ptr
reference-counting
make-shared
Java Multithreading: Behaviour when Reference count of thread object becomes zero
Dec 03, 2022
java
multithreading
garbage-collection
reference-counting
Delphi: Since when are interface references no longer released at the end of a with-block?
Dec 03, 2022
delphi
interface
delphi-2009
reference-counting
with-statement
why aren't descendants of TInterfacedObject garbage collected?
Dec 02, 2022
delphi
reference-counting
tinterfacedobject
overloading operator delete, or how to kill a cat?
Nov 29, 2022
c++
operator-overloading
reference-counting
Difference between atomic decref implementations
Nov 09, 2022
c++
c
atomic
reference-counting
memory-model
Does dispatching to a queue that's owned by an object retain that object? [duplicate]
Nov 05, 2022
objective-c-blocks
grand-central-dispatch
retain
reference-counting
How do I share a mutable object between threads using Arc?
Sep 11, 2022
multithreading
concurrency
rust
reference-counting
Older Entries »