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

     1  // +build mips mipsle
     2  
     3  package bolt
     4  
     5  // maxMapSize represents the largest mmap size supported by Bolt.
     6  const maxMapSize = 0x40000000 // 1GB
     7  
     8  // maxAllocSize is the size used when creating array pointers.
     9  const maxAllocSize = 0xFFFFFFF