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.cc657 stats_out->resident_bytes += page_bytes_resident; in PartitionDumpPageStats()
691 stats_out->resident_bytes = in PartitionDumpBucketStats()
750 stats.total_resident_bytes += bucket_stats[i].resident_bytes; in DumpStats()
789 mapped_stats.resident_bytes = size; in DumpStats()
821 stats.total_resident_bytes += bucket_stats.resident_bytes; in DumpStats()
Dpartition_alloc.h198 uint32_t resident_bytes; // Total bytes provisioned in the bucket. member