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