Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
leni536
4 months ago
|
parent
|
context
|
favorite
| on:
The Holy Grail of Linux Binary Compatibility: Musl...
> 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?
Splizard
4 months ago
[–]
you can patch musl, to initialize the brk state as -1 and then it won't use it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
How do I do that? Is there a documented configuration of musl's allocator?