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 refcounting
Why shared_ptr has an explicit constructor
Dec 19, 2022
c++
boost
refcounting
How to avoid memory leak with CTFontCreateWithGraphicsFont?
Oct 19, 2022
c
macos
core-text
refcounting
why does a call to locals() add a reference?
Nov 06, 2019
python
python-internals
refcounting
Why is my Python C Extension leaking memory?
May 21, 2022
python
c
refcounting
Smart Pointers and Ref Counting in Java
Jul 07, 2018
java
smart-pointers
refcounting
C++: Multithreading and refcounted object
May 07, 2021
c++
multithreading
refcounting
How do reference-counting smart pointer's avoid or handle reference-counter overflows?
Jan 03, 2020
c++
automatic-ref-counting
smart-pointers
integer-overflow
refcounting
Making a reference-counted object in D using RefCounted!(T)
Dec 17, 2016
reference-counting
d
refcounting
Why the refcount is 2 not 1?
Oct 05, 2022
php
refcounting
string := const : why different implementation for local and result?
Nov 19, 2019
string
delphi
delphi-xe2
refcounting
Python disable reference counting for some objects
Nov 07, 2022
python
refcounting
How does a weak_ptr know that the shared resources has expired?
Oct 05, 2019
c++
shared-ptr
smart-pointers
weak-ptr
refcounting
Are memory barriers necessary for atomic reference counting shared immutable data?
Sep 18, 2022
c
multithreading
atomic
memory-barriers
refcounting
Is there a way to get the current ref count of an object in Python?
Aug 16, 2022
python
refcounting