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