Tracing garbage collection

id: tracing-garbage-collection-182-16579335
title: Tracing garbage collection
text: In computer programming, tracing garbage collection is a form of automatic memory management that consists of determining which objects should be deallocated by tracing which objects are reachable by a chain of references from certain "root" objects, and considering the rest as "garbage" and collecting them. Tracing is the most common type of garbage collection – so much so that "garbage collection" often refers to the tracing method, rather than others such as reference counting – and there are
brand slug: wiki
category slug: encyclopedia
description: Form of computer memory management
original url: https://en.wikipedia.org/wiki/Tracing_garbage_collection
date created: 2004-01-18T01:20:28Z
date modified: 2024-09-07T02:43:37Z
main entity: {"identifier":"Q18353783","url":"https://www.wikidata.org/entity/Q18353783"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part