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
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 does the split reference counting work in a lock free stack?
Oct 17, 2022
c++
multithreading
lock-free
reference-counting
How do I ensure Interface instance is freed before FreeLibrary is called
Jul 31, 2022
delphi
memory-management
reference-counting
ThreadSanitizer reports "data race on operator delete(void*)" when using embedded reference counter
Jun 27, 2019
c++
multithreading
boost
reference-counting
thread-sanitizer
C++ memory management when passing shared_ptr to lambda
Jan 09, 2019
c++
lambda
shared-ptr
pass-by-value
reference-counting
Designing a shader class
May 04, 2022
c++
qt
opengl
reference-counting
How do I share a mutable object between threads using Arc?
Sep 11, 2022
multithreading
concurrency
rust
reference-counting
Is there a way to cast shared_ptr<void> to shared_ptr<T>?
Sep 13, 2018
c++
shared-ptr
void-pointers
reference-counting
Older Entries »