Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddeep-heap-profile.cc1007 all_total.AddAnotherRegionStat(all_[i]); in SnapshotMaps()
1008 unhooked_total.AddAnotherRegionStat(unhooked_[i]); in SnapshotMaps()
1035 all_total.AddAnotherRegionStat(all_[i]); in Unparse()
1036 unhooked_total.AddAnotherRegionStat(unhooked_[i]); in Unparse()
Ddeep-heap-profile.h326 void AddAnotherRegionStat(const RegionStats& other) { in AddAnotherRegionStat() function