[all-commits] [llvm/llvm-project] 38dfcf: [NFC][sanitizer] Add OnMapSecondary callback
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jun 21 13:34:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38dfcf96dfd5d88e641e8054ea2f3a008ff8bcfd
https://github.com/llvm/llvm-project/commit/38dfcf96dfd5d88e641e8054ea2f3a008ff8bcfd
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.cpp
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/dfsan/dfsan_allocator.cpp
M compiler-rt/lib/hwasan/hwasan_allocator.h
M compiler-rt/lib/memprof/memprof_allocator.h
M compiler-rt/lib/msan/msan_allocator.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_secondary.h
M compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cpp
M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
Log Message:
-----------
[NFC][sanitizer] Add OnMapSecondary callback
Now it implemented as OnMap everywhere, but in follow up patches
we can optimize Asan handler.
More information about the All-commits
mailing list