Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc462 size_t discardable_bytes = 0; in PartitionPurgePage() local
467 discardable_bytes = bucket->slot_size - used_bytes; in PartitionPurgePage()
468 if (discardable_bytes && discard) { in PartitionPurgePage()
472 DiscardSystemPages(ptr, discardable_bytes); in PartitionPurgePage()
474 return discardable_bytes; in PartitionPurgePage()
532 discardable_bytes += unprovisioned_bytes; in PartitionPurgePage()
594 discardable_bytes += partial_slot_bytes; in PartitionPurgePage()
599 return discardable_bytes; in PartitionPurgePage()
644 stats_out->discardable_bytes += PartitionPurgePage(page, false); in PartitionDumpPageStats()
753 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in DumpStats()
[all …]
Dpartition_alloc.h200 uint32_t discardable_bytes; // Total bytes that could be discarded. member