Last Sync: 2022-11-06 18:00:05

This commit is contained in:
tactonbishop 2022-11-06 18:00:05 +00:00
parent cccf23772a
commit 1bf8d63dc9
2 changed files with 1 additions and 0 deletions

View file

@ -7,3 +7,4 @@ 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 .

View file