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