Hacker News new | ask | show | jobs
by Karellen 405 days ago
Um, malloc() is not a system call?
1 comments

no, mmap is a system call; the memory allocators tend not to use syscalls (often at all) as objection instantiation is very common; also it has to be concurrent and what not.