File: bolt_386.go

package info (click to toggle)
golang-github-boltdb-bolt 0.0~git20150715.980670a-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 648
  • sloc: makefile: 50
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
package bolt

// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF // 2GB

// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF