Runtime flags for malloc bisection.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 15 Feb 2019 18:38:14 +0000 (18:38 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 15 Feb 2019 18:38:14 +0000 (18:38 +0000)
commita70d88c7a30f34d3e6675ff0cb8355df76d7d2c9
treec0687561daccd39b5322705bd232d94c6e06110d
parent2c0483f5a6e00ef96152c293229ad167e75d2a75
Runtime flags for malloc bisection.

Reviewers: kcc, pcc

Subscribers: kubamracek, mgorny, jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D58162

llvm-svn: 354156
compiler-rt/lib/hwasan/CMakeLists.txt
compiler-rt/lib/hwasan/hwasan_allocator.cc
compiler-rt/lib/hwasan/hwasan_flags.inc
compiler-rt/lib/hwasan/hwasan_malloc_bisect.h [new file with mode: 0644]
compiler-rt/lib/sanitizer_common/CMakeLists.txt
compiler-rt/lib/sanitizer_common/sanitizer_hash.h [new file with mode: 0644]
compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
compiler-rt/test/hwasan/TestCases/malloc_bisect.c [new file with mode: 0644]