Y
Hacker News
new
|
ask
|
show
|
jobs
by
pdw
266 days 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.
1 comments
mort96
266 days ago
Oh, I had never even heard of those syscalls before! Thanks, that makes sense.
link