top | item 43877339

(no title)

Karellen | 10 months ago

Um, malloc() is not a system call?

discuss

order

xxs|10 months ago

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.