blob: 773175de3a4ad1147deaa5cfd7b0ee55b2e686db [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001package common
2
3// MaxMapSize represents the largest mmap size supported by Bolt.
4const MaxMapSize = 0x7FFFFFFF // 2GB
5
6// MaxAllocSize is the size used when creating array pointers.
7const MaxAllocSize = 0xFFFFFFF