hc_strstr         824 third_party/tcmalloc/chromium/src/heap-checker.cc   const char* p = hc_strstr(library, library_base);
hc_strstr         936 third_party/tcmalloc/chromium/src/heap-checker.cc     if ((hc_strstr(filename, "lib") && hc_strstr(filename, ".so")) ||
hc_strstr         937 third_party/tcmalloc/chromium/src/heap-checker.cc         hc_strstr(filename, ".dll") ||
hc_strstr         940 third_party/tcmalloc/chromium/src/heap-checker.cc         hc_strstr(filename, ".dylib") || hc_strstr(filename, ".bundle")) {
hc_strstr         824 third_party/tcmalloc/vendor/src/heap-checker.cc   const char* p = hc_strstr(library, library_base);
hc_strstr         936 third_party/tcmalloc/vendor/src/heap-checker.cc     if ((hc_strstr(filename, "lib") && hc_strstr(filename, ".so")) ||
hc_strstr         937 third_party/tcmalloc/vendor/src/heap-checker.cc         hc_strstr(filename, ".dll") ||
hc_strstr         940 third_party/tcmalloc/vendor/src/heap-checker.cc         hc_strstr(filename, ".dylib") || hc_strstr(filename, ".bundle")) {