Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc477 constexpr size_t kMaxSlotCount = in PartitionPurgePage() local
479 DCHECK(bucket_num_slots <= kMaxSlotCount); in PartitionPurgePage()
482 char slot_usage[kMaxSlotCount]; in PartitionPurgePage()