blob: 80288a83a260fdea906c345576d4da9a3315566a [file] [log] [blame]
Abhay Kumara61c5222025-11-10 07:32:50 +00001//go:build ppc64
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