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

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