Tag

Physical Fragmentation

1 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jul 3, 2020 · Fundamentals

Overview of Linux Physical Memory Fragmentation and Management

Linux uses a buddy‑system allocator organized into nodes and zones to manage physical memory, distinguishing internal fragmentation (unused space within allocated blocks) from external fragmentation (insufficient contiguous free blocks), and mitigates the latter through memory compaction, the kcompactd daemon, and various allocation‑policy optimizations.

Buddy SystemMemory CompactionPhysical Fragmentation
0 likes · 12 min read
Overview of Linux Physical Memory Fragmentation and Management