verilator/ci/docker
Yangyu Chen bb5a9dc247
Support jemalloc as the default allocator on Linux (#7250)
Add jemalloc as an alternative malloc implementation for the Verilator
binary. When both tcmalloc and jemalloc are available, jemalloc is
preferred due to its better performance on RTLMeter.

The new --enable-jemalloc flag (default=check) mirrors the existing
--enable-tcmalloc behavior: auto-detected at configure time, supports
both static and dynamic linking, and is disabled when --enable-dev-asan
is active.
2026-03-13 17:08:15 -04:00
..
buildenv Support jemalloc as the default allocator on Linux (#7250) 2026-03-13 17:08:15 -04:00
run Support jemalloc as the default allocator on Linux (#7250) 2026-03-13 17:08:15 -04:00