mathbong
Home
∑ School Math∑ Advanced Math[] Coding</> Utils⎈ Infra◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Dynamic memory allocation

The process of reserving space at runtime with functions such as `malloc`

dynamic-memory-allocation #coding#c
Korean version

Related Concepts

Heapsize_tMemory leak

Core Idea

Dynamic memory allocation is The process of reserving space at runtime with functions such as malloc. It usually makes the most sense alongside Heap, size_t, Memory leak.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept

[C Series 13] Using Dynamic Memory Allocation Only When You Need It Master the basic flow of requesting and releasing runtime memory with `malloc`, `calloc`, `realloc`, and `free`.[C 시리즈 14편] 메모리 오류를 찾고 디버깅하는 법 세그멘테이션 폴트, 사용 후 해제(use-after-free), 이중 해제 같은 대표적인 메모리 오류를 재현하고 도구로 추적하는 흐름을 익힙니다.[C 시리즈 13편] 동적 메모리 할당으로 필요한 만큼만 쓰기 `malloc`, `calloc`, `realloc`, `free`로 실행 중 필요한 크기의 메모리를 확보하고 해제하는 기본 흐름을 익힙니다.

© 2026 mathbong. All rights reserved.

RSS