[PATCH] D74567: [scudo][standalone] Workaround for full regions on Android

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 09:47:52 PST 2020


hctim added inline comments.


================
Comment at: compiler-rt/lib/scudo/standalone/combined.h:275
+      // not fail.
+      if (SCUDO_ANDROID && SCUDO_CAN_USE_PRIMARY64) {
+        if (UNLIKELY(!Block)) {
----------------
Why not do this for all platforms?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74567/new/

https://reviews.llvm.org/D74567





More information about the llvm-commits mailing list