top | item 45419308

(no title)

pdw | 5 months ago

In those days malloc would use sbrk to allocate memory. And yes, mmap was designed to memory map files. Using it to allocate anonymous pages came later.

discuss

order

mort96|5 months ago

Oh, I had never even heard of those syscalls before! Thanks, that makes sense.