var github.com/google/pprof/profile.spaceDigits

2 uses

	github.com/google/pprof/profile (current package)
		legacy_profile.go#L53: 	spaceDigits = `\s+[[:digit:]]+`
		legacy_profile.go#L64: 	procMapsRE  = regexp.MustCompile(`^` + cHexRange + cPerm + cSpaceHex + hexPair + spaceDigits + cSpaceString)