all repos

rss-tools @ a5ac52722b131734c74504b6e6f4d9900536cac7

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

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
we're vendoring now, 7 days ago
1
//go:build s390x
2
3
package common
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