Difference between revisions of "Garbage collection (computer science)"
Jump to navigation
Jump to search
(added categories) |
|||
| Line 1: | Line 1: | ||
| − | In computer science, '''garbage collection''' is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. <ref> {{cite web|url=http://dictionary.reference.com/browse/garbage+collection?jss=0 | title=Garbage collection }} </ref> | + | In [[computer science]], '''garbage collection''' is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. <ref> {{cite web|url=http://dictionary.reference.com/browse/garbage+collection?jss=0 | title=Garbage collection }} </ref> |
[[Category:Computers]] | [[Category:Computers]] | ||
Revision as of 15:22, March 21, 2010
In computer science, garbage collection is the process in which memory that was dynamically allocated during the execution of a program is reclaimed after its execution. [1]
References
<references>