Buddy System
Everything on SkillVeris tagged Buddy System — 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…
What is the Slab Allocator?
The slab allocator is a kernel memory allocator that caches pre-initialized, fixed-size objects (like task structs or inodes) in contiguous slabs carved from b…