You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following symbols from musl's malloc implementation were appearing
in a perf profile of a kernel build (from stage 5, which isn't landed
yet, see #37).
Samples: 13M of event 'cycles:ppu', Event count (approx.): 9699067643159
Overhead Shared Object Symbol
+ 1.72% clang [.] __libc_malloc_impl
0.80% clang [.] __libc_free
+ 0.67% clang [.] alloc_slot
+ 0.65% clang [.] get_meta
Replace musl's malloc with jemalloc.
Fixes#36
0 commit comments