[PATCH] D44335: [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 16:06:56 PST 2018


alekseyshl created this revision.
alekseyshl added reviewers: eugenis, fjricci.
Herald added subscribers: Sanitizers, delcypher, kubamracek.

Add more standard compliant posix_memalign implementation for LSan and
use corresponding sanitizer's posix_memalign implenetations in allocation
wrappers on Mac.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44335

Files:
  lib/asan/asan_malloc_mac.cc
  lib/lsan/lsan_allocator.cc
  lib/lsan/lsan_allocator.h
  lib/lsan/lsan_interceptors.cc
  lib/lsan/lsan_malloc_mac.cc
  lib/sanitizer_common/sanitizer_malloc_mac.inc
  lib/tsan/rtl/tsan_malloc_mac.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44335.137865.patch
Type: text/x-patch
Size: 5097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180310/3893dd00/attachment.bin>


More information about the llvm-commits mailing list