Y
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
kevin_thibedeau
1979 days ago
Some use neither.
link