mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 00:02:17 +03:00
e612d094b1
traditionally, we've provided a guarantee that dynamic-linked applications with no external dependencies (nothing but libc) and no thread-local storage have no failure paths before the entry point. normally, thanks to reclaim_gaps, such a malloc will not require a syscall anyway, but if segment alignment is unlucky, it might. use a builtin array for this common special case. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |