Do I get this right that this effectively dlopens glibc (indirectly) into an executable that is statically linked to musl? How can the two runtimes coexist? What about malloc/free? AFAIK both libc's allocators take ownership of brk, that can't be good. What about malloc/free across the dynamic library interface? There are certainly libraries that hand out allocated objects and expect the user to free them, but that's probably uncommon in graphics.
Splizard|1 month ago
leni536|1 month ago
How do I do that? Is there a documented configuration of musl's allocator?
unknown|1 month ago
[deleted]