Home
last modified time | relevance | path

Searched refs:deep_bucket (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc681 for (DeepBucket* deep_bucket = table_[i]; in UnparseForStats() local
682 deep_bucket != NULL; in UnparseForStats()
683 deep_bucket = deep_bucket->next) { in UnparseForStats()
684 Bucket* bucket = deep_bucket->bucket; in UnparseForStats()
688 deep_bucket->UnparseForStats(buffer); in UnparseForStats()
704 for (DeepBucket* deep_bucket = table_[i]; in WriteForBucketFile() local
705 deep_bucket != NULL; in WriteForBucketFile()
706 deep_bucket = deep_bucket->next) { in WriteForBucketFile()
707 Bucket* bucket = deep_bucket->bucket; in WriteForBucketFile()
708 if (deep_bucket->is_logged) { in WriteForBucketFile()
[all …]