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.cc659 stats_out->decommittable_bytes += page_bytes_resident; in PartitionDumpPageStats()
752 stats.total_decommittable_bytes += bucket_stats[i].decommittable_bytes; in DumpStats()
823 stats.total_decommittable_bytes += bucket_stats.decommittable_bytes; in DumpStats()
Dpartition_alloc.h199 uint32_t decommittable_bytes; // Total bytes that could be decommitted. member