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.cc753 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in DumpStats()
824 stats.total_discardable_bytes += bucket_stats.discardable_bytes; in DumpStats()
Dpartition_alloc.h185 size_t total_discardable_bytes; // Total bytes that could be discarded. member