Hacker News new | ask | show | jobs
by lyu07282 529 days ago
Couldn't this also just syscall mmap directly? I mean malloc itself is a memory allocator it feels a bit strange to use it in an allocator implementation, but perhaps I'm missing something.