[sanitizer] trying to fix the PPC bots

llvm-svn: 279595
This commit is contained in:
Kostya Serebryany 2016-08-24 00:10:25 +00:00
parent 012d1c0766
commit 865a98d2ed
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class SizeClassAllocator64 {
// Call mmap for metadata memory with at least this size.
static const uptr kMetaMapSize = 1 << 16;
// Call mmap for free array memory with at least this size.
static const uptr kFreeArrayMapSize = 1 << 12;
static const uptr kFreeArrayMapSize = 1 << 16;
struct RegionInfo {
BlockingMutex mutex;