Files
30-seconds-of-code/glossary/Garbage-collection.md
Stefan Feješ 70d950e60c fix styling
2018-09-01 15:10:57 +02:00

5 lines
175 B
Markdown

### Garbage collection
Garbage collection is a form of automatic memory management.
It attempts to reclaim memory occupied by objects that are no longer used by the program.