const github.com/cespare/xxhash/v2.marshaledSize

3 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L164: 	marshaledSize = len(magic) + 8*5 + 32
		xxhash.go#L169: 	b := make([]byte, 0, marshaledSize)
		xxhash.go#L186: 	if len(b) != marshaledSize {