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