Hacker News new | ask | show | jobs
by jeffdavis 2281 days ago
This reminds me somewhat of the main postgresql allocator. It keeps segregated freelists for smaller allocations, and then larger allocations are handled by malloc.