mirror of
git://git.musl-libc.org/musl
synced 2025-01-27 09:03:59 +00: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 |