Searched defs:RegionStats (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h298 class RegionStats { class in class:DeepHeapProfile
300 RegionStats(): virtual_bytes_(0), committed_bytes_(0) {} function in class:DeepHeapProfile::RegionStats
301 ~RegionStats() {}
326 void AddAnotherRegionStat(const RegionStats& other) {
334 DISALLOW_COPY_AND_ASSIGN(RegionStats);
363 // All RegionStats members in this class contain the bytes of virtual
367 RegionStats all_[NUMBER_OF_MAPS_REGION_TYPES];
369 RegionStats unhooked_[NUMBER_OF_MAPS_REGION_TYPES];
372 RegionStats profiled_malloc_;
375 RegionStats profiled_mmap
[all...]

Completed in 63 milliseconds