language:
Find link is a tool written by Edward Betts.Longer titles found: Automatic Reference Counting (view)
searching for Reference counting 21 found (94 total)
alternate case: reference counting
Active Template Library
(760 words)
[view diff]
exact match in snippet
view article
find links to article
the COM client side ATL provides smart pointers that deal with COM reference counting. The library makes heavy use of the curiously recurring template patternEuphoria (programming language) (1,752 words) [view diff] no match in snippet view article
prototyping and incremental development. Performance – An efficient reference-counting garbage collector correctly handles cyclic references. Developed asXAudio2 (610 words) [view diff] exact match in snippet view article find links to article
XAudio2 library in the legacy DirectX SDK makes use of COM creation and reference counting for lifetime management, and a recent investigation has found a problemD (programming language) (6,232 words) [view diff] exact match in snippet view article
(i.e. on stack with fallback, RAII style allocation, reference counting, shared reference counting). Garbage collection can be controlled: programmersRead-copy-update (5,065 words) [view diff] exact match in snippet view article find links to article
often helpful for an entirely different thread to do the reclamation. Reference counting can be used to let the reader perform removal so, even if the sameLuke Tierney (343 words) [view diff] exact match in snippet view article find links to article
design and use. Tierney has also made contributions in areas such as reference counting, vectors, and compilation for the R programming language and environmentObject lifetime (1,113 words) [view diff] exact match in snippet view article find links to article
from the object to other objects to decrement reference counts (in reference counting). This may be automatic, or a special destruction method may be calledMorphOS (1,756 words) [view diff] case mismatch in snippet view article find links to article
Flow Studio IDE, UTF-8 support in MUI, ObjFW runtime with Automatic Reference Counting 3.13 February 7, 2020 Bug-fix release 3.14 October 4, 2020 KernelCtrie (1,953 words) [view diff] exact match in snippet view article find links to article
nodes shared by all instances of Ctries in an application or use reference counting to properly deallocate nodes, the only implementation so far to dealPOCO C++ Libraries (854 words) [view diff] exact match in snippet view article find links to article
management – Resource Acquisition Is Initialization (RAII), auto_ptr, reference counting garbage collection, etc. String utilities Error handling – ExtendedNTFS reparse point (2,293 words) [view diff] exact match in snippet view article find links to article
semantics of directory junctions are not the same as for hard links; the reference counting is not used on the target contents and not even on the referencedDependency injection (3,536 words) [view diff] no match in snippet view article find links to article
thus abstracting some details from the main assembler. It could be reference-counting so that the dependency knows how many clients are using it. If theInferno (operating system) (1,981 words) [view diff] exact match in snippet view article
without memory-mapping hardware. Its garbage collector is a hybrid of reference counting and a real-time coloring collector that gathers cyclic data. The InfernoGameMonkey Script (248 words) [view diff] exact match in snippet view article find links to article
footprint (~50 KB) Soft, real-time incremental garbage collection (no reference counting) Native threading Full implementation of states Simple binding withTScript (1,503 words) [view diff] exact match in snippet view article find links to article
the reference counting model of .NET languages. Operation system resources such as files, sockets and encryption keys are managed via a reference countingMutator method (2,756 words) [view diff] exact match in snippet view article find links to article
value; } } } Using traditional Objective-C 1.0 syntax, with manual reference counting as the one working on GNUstep on Ubuntu 12.04: @interface Student :Deadlock prevention algorithms (1,114 words) [view diff] no match in snippet view article find links to article
corruption, or both. Some examples include: lock hierarchies, lock reference-counting and preemption (either using versioning or allowing data corruptionZig (programming language) (3,411 words) [view diff] exact match in snippet view article
them unsuited to systems programming. Another solution is automatic reference counting (ARC), which implements the same basic concept of identifying blocksResource management (computing) (3,313 words) [view diff] no match in snippet view article
calling delete or automatically using unique_ptr) or in deterministic reference-counting (where objects are destroyed immediately when their reference countBTRON (4,240 words) [view diff] no match in snippet view article find links to article
arbitrary structures are allowed, as is well known as a weakness of the reference-counting method, loops can cause the file system to occupy disk space evenPony (programming language) (827 words) [view diff] case mismatch in snippet view article
Juliana Franco; Sophia Drossopoulou (12 October 2017). "Ownership and Reference Counting Based Garbage Collection in the Actor World". Proc. ACM Program. Lang