[PATCH] D43693: [Sanitizers] Increase allocated chunk limit for LargeMmapAllocator

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 14:03:41 PST 2018


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


================
Comment at: lib/sanitizer_common/sanitizer_allocator_secondary.h:106
-      Header *h = chunks_[i];
-      CHECK_EQ(h->chunk_idx, i);
-      res += RoundUpMapSize(h->size);
----------------
keep this check?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43693





More information about the llvm-commits mailing list