eolas/zk/Heap_memory.md
2024-04-20 13:30:05 +01:00

15 lines
234 B
Markdown

---
id: 18bl
title: Heap_memory
tags: [memory]
created: Saturday, April 20, 2024
---
# Heap memory
## Summary
- Along with [[Stack_memory|Stack memory]], programs make use of _heap memory_
during runtime.
- [ ] ## Related notes