Kernel Memory Allocation
•
E.g., Linux PCB (
struct task_struct
)
•
1.7 Kbytes each
•
Created on every
fork
, deleted on every
exit
•
Kernel memory allocator
•
Buddy system
•
Slab allocation