Difference between revisions of "Garbage collection (computer science)"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
==References== | ==References== | ||
| − | <references> | + | <references/> |
Revision as of 13:30, March 22, 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]