Y
Hacker News
new
|
ask
|
show
|
jobs
by
DmitrySoshnikov
2018 days ago
sbrk is emulated via mmap today on MacOS and others, this is an abstraction (for bump allocation), not just a function
you may implement custom sbrk via mmap easily