Free List
Everything on SkillVeris tagged Free List — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is the Buddy System for Memory Allocation?
The buddy system is a kernel memory allocator that manages physical memory in power-of-two-sized blocks, splitting a large free block into two equal buddies to…
First Fit vs Best Fit vs Worst Fit Memory Allocation
First fit, best fit, and worst fit are contiguous-memory allocation strategies that scan a free-block list differently: first fit picks the first hole large en…