Searched refs:library_base (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc821 // See if 'library' from /proc/self/maps has base name 'library_base'
823 static bool IsLibraryNamed(const char* library, const char* library_base) { argument
824 const char* p = hc_strstr(library, library_base);
825 size_t sz = strlen(library_base);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc821 // See if 'library' from /proc/self/maps has base name 'library_base'
823 static bool IsLibraryNamed(const char* library, const char* library_base) { argument
824 const char* p = hc_strstr(library, library_base);
825 size_t sz = strlen(library_base);

Completed in 144 milliseconds