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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc252 static const string* profile_name_prefix = NULL; variable
1561 const int len = profile_name_prefix->size() + strlen(name_) + 5 +
1565 profile_name_prefix->c_str(), name_,
1584 if (heap_checker_on && profile_name_prefix != NULL) {
2061 RAW_DCHECK(profile_name_prefix == NULL, "");
2062 profile_name_prefix = profile_prefix;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc252 static const string* profile_name_prefix = NULL; variable
1561 const int len = profile_name_prefix->size() + strlen(name_) + 5 +
1565 profile_name_prefix->c_str(), name_,
1584 if (heap_checker_on && profile_name_prefix != NULL) {
2061 RAW_DCHECK(profile_name_prefix == NULL, "");
2062 profile_name_prefix = profile_prefix;

Completed in 62 milliseconds