[all-commits] [llvm/llvm-project] 1c897e: [lsan] Share platform allocator settings between A...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Fri Oct 2 17:56:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c897e9d72979730f7555e77dd54fe892a461637
https://github.com/llvm/llvm-project/commit/1c897e9d72979730f7555e77dd54fe892a461637
Author: Roland McGrath <mcgrathr at google.com>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/lsan/lsan_allocator.h
M compiler-rt/lib/lsan/lsan_common.h
Log Message:
-----------
[lsan] Share platform allocator settings between ASan and LSan
This moves the platform-specific parameter logic from asan into
lsan_common.h to lsan can share it.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D87795
More information about the All-commits
mailing list