blob: 9022f6bca0a888d68d1b980558600314b0dcf8d0 [file] [log] [blame]
Abhay Kumara2ae5992025-11-10 14:02:24 +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