blob: e659bfb91f33885702587791bf76b2b4d3d53e3a [file] [log] [blame]
khenaidooffe076b2019-01-15 16:08:08 -05001package bolt
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