Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1362 stats.total_resident_bytes += bucket_stats[i].resident_bytes; in PartitionDumpStatsGeneric()
1407 stats.total_resident_bytes += direct_mapped_allocations_total_size; in PartitionDumpStatsGeneric()
1432 stats.total_resident_bytes += memory_stats[i].resident_bytes; in PartitionDumpStats()
Dpartition_alloc.h370 size_t total_resident_bytes; // Total bytes provisioned by the partition. member