blob: 6d2309352e0634d76f0e1ab1aecdda7cd311a352 [file] [log] [blame]
khenaidooffe076b2019-01-15 16:08:08 -05001// +build arm64
2
3package bolt
4
5// maxMapSize represents the largest mmap size supported by Bolt.
6const maxMapSize = 0xFFFFFFFFFFFF // 256TB
7
8// maxAllocSize is the size used when creating array pointers.
9const maxAllocSize = 0x7FFFFFFF