Yay for Clang
Yay for Clang
Posted Jan 27, 2026 8:05 UTC (Tue) by mchapman (subscriber, #66589)In reply to: Yay for Clang by turistu
Parent article: GNU C Library 2.43 released
Under memory pressure, systemd's daemons call malloc_trim to ask the C library to release unused heap space. This function isn't implemented by Musl.
It might be the case that Musl doesn't need it. But I think that would mean it would be mapping and unmapping single pages at a time, which doesn't seem likely.
