type github.com/jackc/pgx/v5/pgtype.PreallocBytes

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L31: type PreallocBytes []byte
		bytea.go#L33: func (b *PreallocBytes) ScanBytes(v []byte) error {
		bytea.go#L42: 		*b = make(PreallocBytes, len(v))

	github.com/jackc/pgx/v5
		large_objects.go#L120: 		res := pgtype.PreallocBytes(p[nTotal:])