Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / boltdb / bolt / bolt_ppc64.go
1 // +build ppc64
2
3 package bolt
4
5 // maxMapSize represents the largest mmap size supported by Bolt.
6 const maxMapSize = 0xFFFFFFFFFFFF // 256TB
7
8 // maxAllocSize is the size used when creating array pointers.
9 const maxAllocSize = 0x7FFFFFFF