-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
ba5054b
commit caf65d1
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters