Hacker News new | ask | show | jobs
by pcwalton 2658 days ago
I don't think jemalloc uses any buddy allocators. It's a segregated free list allocator, like most C mallocs and tenured generation allocators.