github.com/ooni/psiphon/tunnel-core@v0.0.0-20230105123940-fe12a24c96ee/oovendor/bolt/bolt_amd64.go (about)

     1  package bolt
     2  
     3  // maxMapSize represents the largest mmap size supported by Bolt.
     4  const maxMapSize = 0xFFFFFFFFFFFF // 256TB
     5  
     6  // maxAllocSize is the size used when creating array pointers.
     7  const maxAllocSize = 0x7FFFFFFF