eolas/neuron/77a73718-e886-48cc-8cdf-d7b948def2d1/Memory_leaks.md
2024-11-14 13:10:51 +00:00

12 lines
465 B
Markdown

---
tags: [memory]
---
# Memory leaks
A memory leak occurs when you program memory and forget to delete it once you
are finished. The consequences of memory leak is that it reduces the performance
of the computer by reducing the amount of available memory. Eventually, in the
worst case, too much of the available memory may become allocated and all or
part of the system or device stops working correctly, the application fails, or
the system slows down vastly.