Glossary coding Term Page

Heap

The memory region where a program can request arbitrary amounts while it runs

heap-memory #coding#c
Korean version

Related Concepts

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.

Posts Mentioning This Concept