File: bolt_arm.go

package info (click to toggle)
golang-github-coreos-bbolt 1.3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 912 kB
  • sloc: makefile: 54; sh: 7
file content (7 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
package bbolt

// 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