[PATCH] D39153: [Sanitizers] New sanitizer API to purge allocator quarantine.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 10:12:24 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316347: [Sanitizers] New sanitizer API to purge allocator quarantine. (authored by alekseyshl).

Changed prior to commit:
  https://reviews.llvm.org/D39153?vs=119873&id=119891#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39153

Files:
  compiler-rt/trunk/include/sanitizer/allocator_interface.h
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_combined.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_interface.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary32.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_primary64.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interface.inc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_quarantine.h
  compiler-rt/trunk/test/asan/TestCases/Linux/release_to_os_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39153.119891.patch
Type: text/x-patch
Size: 10759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171023/f3e27f2c/attachment.bin>


More information about the llvm-commits mailing list