Autosave: 2024-04-16 07:30:05
This commit is contained in:
parent
9ed34563ba
commit
64261c52d6
3 changed files with 13 additions and 1 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
12
zk/Stack_and_heap_memory.md
Normal file
12
zk/Stack_and_heap_memory.md
Normal 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
|
Loading…
Add table
Reference in a new issue