Hacker News new | ask | show | jobs
by leni536 141 days ago
> You have to tell musl to use mmap instead of brk.

How do I do that? Is there a documented configuration of musl's allocator?

1 comments

you can patch musl, to initialize the brk state as -1 and then it won't use it.