blob: 9f27d91991aece835ce5fce1205b764e9e98f43d [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 = 0xFFFFFFFFFFFF // 256TB
5
6// MaxAllocSize is the size used when creating array pointers.
7const MaxAllocSize = 0x7FFFFFFF