Search code examples
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
When to use Rc vs Box?...


rustreference-counting

Read More
Is there a non-reference-counted base class like TInterfacedObject?...


delphiinterfacedelphi-xereference-counting

Read More
Woes with std::shared_ptr<T>.use_counter()...


c++multithreadingshared-ptrreference-counting

Read More
Why does creating a variable name for an exception raised in a Python function affect the reference ...


pythonexceptiongarbage-collectionreference-counting

Read More
Are generators with context managers an anti-pattern?...


pythongarbage-collectiongeneratorreference-counting

Read More
BackNext