Searched refs:partition_stats_dumper (Results 1 – 2 of 2) sorted by relevance
123 MemoryDumpPartitionStatsDumper partition_stats_dumper("malloc", pmd, in ReportPartitionAllocStats() local128 allocator->DumpStats("allocator", is_light_dump, &partition_stats_dumper); in ReportPartitionAllocStats()134 &partition_stats_dumper); in ReportPartitionAllocStats()140 &partition_stats_dumper); in ReportPartitionAllocStats()144 root->DumpStats("nonscannable", is_light_dump, &partition_stats_dumper); in ReportPartitionAllocStats()148 root->DumpStats("nonquarantinable", is_light_dump, &partition_stats_dumper); in ReportPartitionAllocStats()150 *total_virtual_size += partition_stats_dumper.total_resident_bytes(); in ReportPartitionAllocStats()151 *resident_size += partition_stats_dumper.total_resident_bytes(); in ReportPartitionAllocStats()152 *allocated_objects_size += partition_stats_dumper.total_active_bytes(); in ReportPartitionAllocStats()153 *allocated_objects_count += partition_stats_dumper.total_active_count(); in ReportPartitionAllocStats()[all …]
572 PartitionStatsDumper* partition_stats_dumper); in PA_COMPONENT_EXPORT()