Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1365 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in PartitionDumpStatsGeneric()
1435 stats.total_discardable_bytes += memory_stats[i].discardable_bytes; in PartitionDumpStats()
Dpartition_alloc.h373 size_t total_discardable_bytes; // Total bytes that could be discarded. member