[PATCH] D36418: [asan] Add WriteMemoryProfile() function to measure how much dirty memory is used by shadow regions
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 11:04:41 PDT 2017
kubamracek created this revision.
kubamracek added a project: Sanitizers.
Porting the same feature from TSan to ASan. Currently unused, but can be invoked from the debugger.
Repository:
rL LLVM
https://reviews.llvm.org/D36418
Files:
lib/asan/asan_mac.cc
lib/sanitizer_common/sanitizer_mac.cc
lib/sanitizer_common/sanitizer_mac.h
lib/tsan/rtl/tsan_platform_mac.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36418.110030.patch
Type: text/x-patch
Size: 5592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/18939e5d/attachment.bin>
More information about the llvm-commits
mailing list