Add bolt_ppc.go to compile on 32-bit PPC platforms.

master
Pete Heist 2016-02-29 21:33:50 +01:00
parent 9af8da5df3
commit d062b0e33c
1 changed files with 9 additions and 0 deletions

9
bolt_ppc.go Normal file
View File

@ -0,0 +1,9 @@
// +build ppc
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