blob: 9f27d91991aece835ce5fce1205b764e9e98f43d [file] [log] [blame]
Abhay Kumara61c5222025-11-10 07:32:50 +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