func github.com/prometheus/procfs/internal/util.ParsePInt64s

2 uses

	github.com/prometheus/procfs/internal/util (current package)
		parse.go#L53: func ParsePInt64s(ss []string) ([]*int64, error) {

	github.com/prometheus/procfs
		zoneinfo.go#L185: 				val, err := util.ParsePInt64s(protectionStringMap)