lighthouse/common/malloc_utils/src
Michael Sproul c2f64f8216 Switch allocator to jemalloc (#3697)
## Proposed Changes

Another `tree-states` motivated PR, this adds `jemalloc` as the default allocator, with an option to use the system allocator by compiling with `FEATURES="" make`.

- [x] Metrics
- [x] Test on Windows
- [x] Test on macOS
- [x] Test with `musl`
- [x] Metrics dashboard on `lighthouse-metrics` (https://github.com/sigp/lighthouse-metrics/pull/37)


Co-authored-by: Michael Sproul <micsproul@gmail.com>
2023-01-25 14:21:54 +01:00
..
glibc.rs Set mmap threshold to 128KB in malloc utils (#2937) 2022-01-26 23:14:24 +00:00
jemalloc.rs Switch allocator to jemalloc (#3697) 2023-01-25 14:21:54 +01:00
lib.rs Switch allocator to jemalloc (#3697) 2023-01-25 14:21:54 +01:00