6 ms·
Um, malloc() is not a system call?
by Karellen 1y ago
Um, malloc() is not a system call?
- xxs 1y agono, 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.