Hacker News new | ask | show | jobs
by andy_threos_io 2065 days ago
Memory pages are allocated with buddy allocator ( https://en.wikipedia.org/wiki/Buddy_memory_allocation ) And or with memory pools. This is really fast algorithm.