blob: 9022f6bca0a888d68d1b980558600314b0dcf8d0 [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001//go:build arm64
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