[PATCH] D28068: Whenever reasonable, merge ASAN quarantine batches to save memory.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 16:21:08 PST 2016


alekseyshl updated this revision to Diff 82705.
alekseyshl added a comment.
Herald added a subscriber: mgorny.

- Address comments.
- Add a test to verify "one allocation per thread" scenario.
- Add unit test for SanitizerQuarantine batch transfers.


https://reviews.llvm.org/D28068

Files:
  lib/sanitizer_common/sanitizer_quarantine.h
  lib/sanitizer_common/tests/CMakeLists.txt
  lib/sanitizer_common/tests/sanitizer_quarantine_test.cc
  test/asan/TestCases/Linux/thread_local_quarantine_pthread_join.cc
  test/asan/TestCases/Linux/thread_local_quarantine_size_kb.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28068.82705.patch
Type: text/x-patch
Size: 14278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161230/5431f594/attachment.bin>


More information about the llvm-commits mailing list