Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1269 stats_out->resident_bytes += page_bytes_resident; in PartitionDumpPageStats()
1302 stats_out->resident_bytes = in PartitionDumpBucketStats()
1362 stats.total_resident_bytes += bucket_stats[i].resident_bytes; in PartitionDumpStatsGeneric()
1402 stats.resident_bytes = size; in PartitionDumpStatsGeneric()
1432 stats.total_resident_bytes += memory_stats[i].resident_bytes; in PartitionDumpStats()
Dpartition_alloc.h386 uint32_t resident_bytes; // Total bytes provisioned in the bucket. member