Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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