Files
30-seconds-of-code/glossary/Garbage-collection.md
2019-08-13 11:19:29 +03:00

8 lines
211 B
Markdown

---
title: Garbage collection
tags: 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.