StringToInteger 614 third_party/tcmalloc/chromium/src/base/sysinfo.cc int StringToInteger<int>(char *text, char **endptr, int base) { StringToInteger 619 third_party/tcmalloc/chromium/src/base/sysinfo.cc int64 StringToInteger<int64>(char *text, char **endptr, int base) { StringToInteger 624 third_party/tcmalloc/chromium/src/base/sysinfo.cc uint64 StringToInteger<uint64>(char *text, char **endptr, int base) { StringToInteger 640 third_party/tcmalloc/chromium/src/base/sysinfo.cc result = StringToInteger<T>(text, &endptr_strto, base);