garbage collection


Get Babylon's Translation Software! Free Download Now!

Wikipedia English The Free EncyclopediaDownload this dictionary
Garbage collection
Garbage collection or garbage collector may refer to:Waste collection, one part of the municipal waste management cycle.A waste collection vehicle.A waste collector worker.A waste picker, or a dumpster diver.Garbage collection (computer science), the detection and pruning of unused or inaccessible data structures.
See more at Wikipedia.org...
 
Waste collection
Garbage Collection redirects here. For the topic as related to computing, see Garbage collection (computer science)Waste collection is the component of waste management which results in the passage of a waste material from the source of production to either the point of treatment final disposal. Waste collection also includes the kerbside collection of recyclable materials that technically are not waste, as part of a municipal landfill diversion program.
See more at Wikipedia.org...

This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License

FOLDOC DictionaryDownload this dictionary
garbage collection
<programming> (GC) The process by which dynamically allocated storage is reclaimed during the execution of a program. The term usually refers to automatic periodic storage reclamation by the garbage collector (part of the run-time system), as opposed to explicit code to free specific blocks of memory.
Automatic garbage collection is usually triggered during memory allocation when the amount free memory falls below some threshold or after a certain number of allocations. Normal execution is suspended and the garbage collector is run. There are many variations on this basic scheme.
Languages like Lisp represent expressions as graphs built from cells which contain pointers and data. These languages use automatic dynamic storage allocation to build expressions. During the evaluation of an expression it is necessary to reclaim space which is used by subexpressions but which is no longer pointed to by anything. This reclaimed memory is returned to the free memory pool for subsequent reallocation.
Without garbage collection the program's memory requirements would increase monotonically throughout execution, possibly exceeding system limits on virtual memory size.
The three main methods are mark-sweep garbage collectionreference counting and copying garbage collection.
See also the AI koan about garbage collection.
(1997-08-25)


(c) Copyright 1993 by Denis Howe

WordNet 2.0 DictionaryDownload this dictionary
garbage collection
Noun
1. the collection and removal of garbage
(synonym) garbage pickup, trash collection, trash pickup
(hypernym) pickup



Define garbage collection

Translate garbage collection




garbage collection in Chinese | | garbage collection in Italian | garbage collection in Spanish | garbage collection in Dutch | garbage collection in Portuguese | garbage collection in German | garbage collection in Russian | garbage collection in Japanese | garbage collection in Greek | garbage collection in Turkish | garbage collection in Arabic | garbage collection in Croatian