Glossary coding Term Page
Heap
The memory region where a program can request arbitrary amounts while it runs
Core Idea
Heap is The memory region where a program can request arbitrary amounts while it runs. It usually makes the most sense alongside Dynamic memory allocation, size_t, Memory leak.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.