[asan] add flag quarantine_size_mb, deprecate quarantine_size
authorKostya Serebryany <kcc@google.com>
Wed, 7 Jan 2015 02:37:52 +0000 (02:37 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 7 Jan 2015 02:37:52 +0000 (02:37 +0000)
commit7ad02fca09a8451b6c2c37ce6d1094f212f7720c
tree0258b6b768609370783a9176494b90a7b96aaec7
parent7eba6dfdaa7d9b93d94443196b8d3b62cbb31594
[asan] add flag quarantine_size_mb, deprecate quarantine_size

llvm-svn: 225337
compiler-rt/lib/asan/asan_allocator.cc
compiler-rt/lib/asan/asan_flags.cc
compiler-rt/lib/asan/asan_flags.inc
compiler-rt/lib/asan/asan_rtl.cc
compiler-rt/test/asan/TestCases/Linux/quarantine_size_mb.cc [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Posix/large_allocator_unpoisons_on_free.cc
compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc