blob: c967613b0063fd47e283144ce1cee9f431711269 [file] [log] [blame]
khenaidoo26721882021-08-11 17:42:52 -04001// +build riscv64
2
3package bbolt
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