blob: 77561d6872e54d967288b94e67ba697f550b1246 [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001//go:build ppc64le
2
3package common
4
5// MaxMapSize represents the largest mmap size supported by Bolt.
6const MaxMapSize = 0xFFFFFFFFFFFF // 256TB
7
8// MaxAllocSize is the size used when creating array pointers.
9const MaxAllocSize = 0x7FFFFFFF