blob: 5dd8f3f2aeb9e8b63f5d346bc4041c5890305b88 [file] [log] [blame]
khenaidood948f772021-08-11 17:49:24 -04001package bbolt
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