Y
Hacker News
new
|
ask
|
show
|
jobs
by
robjh
4639 days ago
In lieu of the implementation, I'd like to know if these allocators are themselves based on malloc or if you have some tricky assembly/kernel code going on somewhere.
1 comments
fruneau
4639 days ago
These allocators are based on mmap to build the arenas.
link