Files
kubernetes/vendor/go.etcd.io/bbolt/bolt_mipsx.go
kkkkun 36b760a931 upgrade etcd deps to v3.5.8
Signed-off-by: kkkkun <scuzk373x@gmail.com>
2023-05-03 11:00:19 +08:00

11 lines
262 B
Go

//go:build mips || mipsle
// +build mips mipsle
package bbolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x40000000 // 1GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF