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 39596416f [asan] Test 'strndup_oob_test.cc' added in r302781 fails on t [...] new a5c91c22f [scudo] Use our own combined allocator
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: lib/scudo/scudo_allocator.cpp | 80 ++++++++++++++------------- lib/scudo/scudo_allocator.h | 5 +- lib/scudo/scudo_allocator_combined.h | 84 ++++++++++++++++++++++++++++ lib/scudo/scudo_allocator_secondary.h | 101 +++++++++------------------------- 4 files changed, 155 insertions(+), 115 deletions(-) create mode 100644 lib/scudo/scudo_allocator_combined.h