Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1137 size_t truncated_slots = 0; in PartitionPurgePage() local
1139 truncated_slots++; in PartitionPurgePage()
1148 if (truncated_slots) { in PartitionPurgePage()
1150 end_ptr = begin_ptr + (slot_size * truncated_slots); in PartitionPurgePage()
1164 DCHECK(truncated_slots > 0); in PartitionPurgePage()
1166 page->num_unprovisioned_slots += static_cast<uint16_t>(truncated_slots); in PartitionPurgePage()