This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 475f14d20 [libfuzzer] Correct typo in comment (test commit). new 6ec1600f2 [hwasan] introduce __hwasan_print_memory_usage
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/sanitizer/hwasan_interface.h | 3 ++ lib/hwasan/hwasan.cc | 18 +++++++ lib/hwasan/hwasan_allocator.cc | 4 ++ lib/hwasan/hwasan_allocator.h | 1 + lib/hwasan/hwasan_interface_internal.h | 3 ++ lib/hwasan/hwasan_thread.cc | 18 +++++-- lib/hwasan/hwasan_thread.h | 14 ++++++ lib/sanitizer_common/sanitizer_ring_buffer.h | 8 ++-- test/hwasan/TestCases/print-memory-usage.c | 71 ++++++++++++++++++++++++++++ 9 files changed, 133 insertions(+), 7 deletions(-) create mode 100644 test/hwasan/TestCases/print-memory-usage.c