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.cc1095 size_t discardable_bytes = 0; in PartitionPurgePage() local
1100 discardable_bytes = bucket->slot_size - usedBytes; in PartitionPurgePage()
1101 if (discardable_bytes && discard) { in PartitionPurgePage()
1104 DiscardSystemPages(ptr, discardable_bytes); in PartitionPurgePage()
1106 return discardable_bytes; in PartitionPurgePage()
1160 discardable_bytes += unprovisioned_bytes; in PartitionPurgePage()
1207 discardable_bytes += partial_slot_bytes; in PartitionPurgePage()
1212 return discardable_bytes; in PartitionPurgePage()
1256 stats_out->discardable_bytes += in PartitionDumpPageStats()
1365 stats.total_discardable_bytes += bucket_stats[i].discardable_bytes; in PartitionDumpStatsGeneric()
[all …]
Dpartition_alloc.h388 uint32_t discardable_bytes; // Total bytes that could be discarded. member