Hacker News new | ask | show | jobs
by jeffbee 1979 days ago
`malloc` is not one thing. Some mallocs use mmap and others use brk. Some implementations use both.
1 comments

Some use neither.