[msan] Bump max allocation on aarch64

This commit is contained in:
Vitaly Buka 2022-08-19 21:16:02 -07:00
parent 1dbe8561e7
commit fbebf0f6de
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ struct AP64 { // Allocator64 parameters. Deliberately using a short name.
typedef SizeClassAllocator64<AP64> PrimaryAllocator;
#elif defined(__aarch64__)
static const uptr kMaxAllowedMallocSize = 2UL << 30; // 2G
static const uptr kMaxAllowedMallocSize = 8UL << 30;
struct AP32 {
static const uptr kSpaceBeg = 0;