diff --git a/glossary/Garbage-collection.md b/glossary/Garbage-collection.md new file mode 100644 index 000000000..932169299 --- /dev/null +++ b/glossary/Garbage-collection.md @@ -0,0 +1,3 @@ +### 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.