go.etcd.io/bbolt.Bucket.maxInlineBucketSize (method)

2 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L602: 		} else if size > b.maxInlineBucketSize() {
		bucket.go#L611: func (b *Bucket) maxInlineBucketSize() uintptr {