[all-commits] [llvm/llvm-project] c57df3: [lsan] Share platform allocator settings between A...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Sep 16 13:31:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c57df3dc09e8b59c55c83ba5c354569a82a5c3b8
https://github.com/llvm/llvm-project/commit/c57df3dc09e8b59c55c83ba5c354569a82a5c3b8
Author: Petr Hosek <phosek at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/lsan/lsan_allocator.h
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
Log Message:
-----------
[lsan] Share platform allocator settings between ASan and LSan
This moves the platform-specific parameter logic from asan into
sanitizer_common so lsan can reuse it.
Patch By: mcgrathr
Differential Revision: https://reviews.llvm.org/D85930
More information about the All-commits
mailing list