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