Search code examples
Why does Python 3.14 use ob_ref_local and ob_ref_shared for reference counts when GIL is absent...

pythongarbage-collectionreference-countinggilpyobject

Read More
Understanding C++ std::shared_ptr...

c++shared-ptrsmart-pointersreference-counting

Read More
Why ctypes.c_long.from_address.value yields reference count of an object?...

pythonmemoryctypesreference-counting

Read More
Why reference count of None object is fixed?...

pythonpython-3.10reference-countingpython-3.13

Read More
What is the canonical way to read a value inside an Arc?...

rustreference-counting

Read More
Can the pages obtained by get_user_pages() be directly recycled or swapped out without using put_use...

linuxmemorylinux-kernelreference-countinglru

Read More
Why does getrefcount increase by 2 when put inside a function?...

pythoncpythonreference-counting

Read More
When is a primary CUDA context destroyed by the Runtime API?...

cudareference-countingcuda-context

Read More
When using a ThreadPool passing Arc with reference gives a "data escapes the function body&quot...

multithreadingrustthreadpoolreference-counting

Read More
how to clone an Rc from a method that takes in &self...

rustselfreference-countingcyclic-referencerefcell

Read More
Is it possible to access a variable from the enclosing scope inside a callback function in Rust with...

rustreference-counting

Read More
Is there an operation for Rc or Arc which clones the underlying value and returns it to the caller?...

rustsmart-pointersreference-counting

Read More
Sharing objects implementing trait in Rust...

rusttraitssharingreference-counting

Read More
Reference Counting Using RCObjects vs. static inline C++...

c++reference-counting

Read More
In Rust, how does Weak<T> know when the inner value has been dropped?...

rustmemory-managementsmart-pointersweak-referencesreference-counting

Read More
Why do Python objects without circular references still get removed by garbage collection?...

pythonperformancegarbage-collectionreference-counting

Read More
TArray Result not always initially () within for loop?...

arraysloopsfor-loopdelphireference-counting

Read More
Design pattern for constructing resource at first thread arrival and destructing on last thread depa...

c++multithreadingdesign-patternsshared-ptrreference-counting

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

javagarbage-collectionreference-counting

Read More
How does the split reference counting work in a lock free stack?...

c++multithreadinglock-freereference-counting

Read More
How to detect cycles when using shared_ptr...

c++garbage-collectionshared-ptrreference-counting

Read More
Rust vector of struct instances with (non-circular) references to each other...

rustreferencereference-counting

Read More
Calling -retainCount Considered Harmful...

objective-ccocoareference-countingretaincount

Read More
Which memory management techniques exist?...

delphimemory-managementreference-counting

Read More
How can I get a reference count to an ADODB recordset object?...

vb6adodbreference-counting

Read More
How to do COM dll reference counting the right way? Official Microsoft samples are inconsistent...

c++windowsdllcomreference-counting

Read More
Peekable content is None after refactor the code...

rustrefreference-countingrefcell

Read More
Does dereferencing a GArray unref it?...

cglibreference-counting

Read More
Thread-safety of reference count in std::shared_ptr...

c++thread-safetyshared-ptrstdatomicreference-counting

Read More
Details of PHP 7.4 Reference Counting of Zvals...

phpreference-counting

Read More
BackNext