eolas/zk/Heap_memory.md

16 lines
234 B
Markdown
Raw Normal View History

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