Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1271 stats_out->decommittable_bytes += page_bytes_resident; in PartitionDumpPageStats()
1364 stats.total_decommittable_bytes += bucket_stats[i].decommittable_bytes; in PartitionDumpStatsGeneric()
1434 stats.total_decommittable_bytes += memory_stats[i].decommittable_bytes; in PartitionDumpStats()
Dpartition_alloc.h387 uint32_t decommittable_bytes; // Total bytes that could be decommitted. member