Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change Valgrind is not aware of third-party allocators such as mimalloc and jemalloc. This can lead to spurious errors or, on the contrary, it could hide some actual issues. ### What changes are included in this PR? Disable mimalloc in the Valgrind build (jemalloc is already disabled). ### Are these changes tested? Yes, by existing CI. ### Are there any user-facing changes? No. * GitHub Issue: #45270 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
- Loading branch information