[llvm-branch-commits] [tsan] Switch to DlSymAllocator (PR #108920)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Sep 16 20:52:13 PDT 2024
https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/108920
Existing `in_symbolizer()` tsan logic does almost
the same.
Not exactly NFC: DlSymAllocator does not allow
large allocation, which probably unlikely here
anyway. Large allocations will go to secondary
allocator, which use slow `PointerIsMine`.
More information about the llvm-branch-commits
mailing list