Autosave: 2024-04-16 07:30:05

This commit is contained in:
thomasabishop 2024-04-16 07:30:05 +01:00
parent 9ed34563ba
commit 64261c52d6
3 changed files with 13 additions and 1 deletions

Binary file not shown.

View file

@ -9,4 +9,4 @@ 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 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 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 part of the system or device stops working correctly, the application fails, or
the system slows down vastly . the system slows down vastly.

View file

@ -0,0 +1,12 @@
---
id: 1fig
title: Stack_and_heap_memory
tags: [memory]
created: Tuesday, April 16, 2024
---
# Stack and heap memory
During runtime programs make use of two types of memory: stack and heap.
## Related notes