Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc752 stats.total_decommittable_bytes += bucket_stats[i].decommittable_bytes; in DumpStats()
823 stats.total_decommittable_bytes += bucket_stats.decommittable_bytes; in DumpStats()
Dpartition_alloc.h184 size_t total_decommittable_bytes; // Total bytes that could be decommitted. member