More Memory Allocation (ECE 344 - Section 3)
Jon Eyolfson · 52:50
This is an OS course discussion section covering how real kernels actually allocate memory — buddy allocators (powers-of-two splitting/merging) and slab allocators (fixed-size object pools) — followed by an extended Q...