[PATCH] D34180: [ASan] Move rss_limit_is_exceeded_ flag to ASan.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 15:39:55 PDT 2017
alekseyshl created this revision.
Herald added a subscriber: kubamracek.
Move the OOM decision based on RSS limits out of generic allocator to
ASan allocator, where it makes more sense at the moment.
https://reviews.llvm.org/D34180
Files:
lib/asan/asan_allocator.cc
lib/sanitizer_common/sanitizer_allocator_combined.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34180.102443.patch
Type: text/x-patch
Size: 4077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170613/2e954c87/attachment.bin>
More information about the llvm-commits
mailing list