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.cc511 size_t truncated_slots = 0; in PartitionPurgePage() local
513 truncated_slots++; in PartitionPurgePage()
519 if (truncated_slots) { in PartitionPurgePage()
522 char* end_ptr = begin_ptr + (slot_size * truncated_slots); in PartitionPurgePage()
535 DCHECK(truncated_slots > 0); in PartitionPurgePage()
537 page->num_unprovisioned_slots += static_cast<uint16_t>(truncated_slots); in PartitionPurgePage()