mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 20:51:53 +00:00
we want to keep atomically updated fields (locks and thread count) and really anything writable far away from frequently-needed function pointers. stuff some rarely-needed function pointers in between to pad, hopefully up to a cache line boundary.