[PATCH] D34540: [Sanitizers] 64 bit allocator respects allocator_may_return_null flag

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 14:52:59 PDT 2017


eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/sanitizer_common/sanitizer_allocator_primary64.h:454
-      Printf("%s: Out of memory. Dying. ", SanitizerToolName);
-      Printf("The process has exhausted %zuMB for size class %zu.\n",
-          kRegionSize / 1024 / 1024, size);
----------------
Do you want to keep this error message?
I think it was helpful on a couple of occasions.


https://reviews.llvm.org/D34540





More information about the llvm-commits mailing list