auth/vendor/go.etcd.io/bbolt/bolt_arm64.go

11 lines
254 B
Go
Raw Normal View History

2023-03-16 15:02:14 +00:00
//go:build arm64
2022-06-09 17:35:23 +00:00
// +build arm64
package bbolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0xFFFFFFFFFFFF // 256TB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0x7FFFFFFF