add garbage collection

This commit is contained in:
Stefan Feješ
2018-09-01 14:37:12 +02:00
parent 860181b594
commit 216a4263c4

View File

@ -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.