all repos

rss-tools @ a5ac527

get rss feed from sources that(i need and) dont provide one

rss-tools/vendor/go.etcd.io/bbolt/internal/common/bolt_amd64.go (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
we're vendoring now, 7 days ago
1
package common
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