Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That would work too. malloc() uses mmap() internally for large allocations, so the reason to use mmap() is just to skip all the other stuff malloc() does (which you don't care about if you have a custom allocator).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: