blob: 8b1934368b5f33611a92f5505ab3048fc5a40104 [file] [log] [blame]
Abhay Kumara61c5222025-11-10 07:32:50 +00001//go:build mips || mipsle
2
3package common
4
5// MaxMapSize represents the largest mmap size supported by Bolt.
6const MaxMapSize = 0x40000000 // 1GB
7
8// MaxAllocSize is the size used when creating array pointers.
9const MaxAllocSize = 0xFFFFFFF