forked from OSchip/llvm-project
[msan] Bump max allocation on aarch64
This commit is contained in:
parent
1dbe8561e7
commit
fbebf0f6de
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue