[PATCH] D34310: [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 14:23:53 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305858: [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator (authored by alekseyshl).

Changed prior to commit:
  https://reviews.llvm.org/D34310?vs=103108&id=103267#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34310

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_combined.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_internal.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_secondary.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
  compiler-rt/trunk/lib/scudo/scudo_allocator.cpp
  compiler-rt/trunk/lib/scudo/scudo_allocator_combined.h
  compiler-rt/trunk/lib/scudo/scudo_allocator_secondary.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34310.103267.patch
Type: text/x-patch
Size: 25970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/34f67cdb/attachment.bin>


More information about the llvm-commits mailing list