0%

garbage collection

gar·bage col·lec·tion
G g

Transcription

    • US Pronunciation
    • US IPA
    • [gahr-bij kuh-lek-shuh n]
    • /ˈgɑr bɪdʒ kəˈlɛk ʃən/
    • US Pronunciation
    • US IPA
    • [gahr-bij kuh-lek-shuh n]
    • /ˈgɑr bɪdʒ kəˈlɛk ʃən/

Definitions of garbage collection words

  • noun Technical meaning of 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 collection, reference counting and copying garbage collection. See also the AI koan about garbage collection. 1
  • noun garbage collection refuse pickup 1
  • noun garbage collection a systems routine for eliminating invalid or out-of-date data and releasing storage locations 0

Information block about the term

Parts of speech for Garbage collection

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

garbage collection popularity

This term is known only to a narrow circle of people with rare knowledge. Only 7% of English native speakers know the meaning of this word.
According to our data most of word are more popular. This word is almost not used. It has a much more popular synonym.

garbage collection usage trend in Literature

This diagram is provided by Google Ngram Viewer

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?