Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc47 static_assert(pdfium::base::kMaxSystemPagesPerSlotSpan < (1 << 8),
75 if (size > kMaxSystemPagesPerSlotSpan * kSystemPageSize) { in PartitionBucketNumSystemPages()
81 DCHECK(size <= kMaxSystemPagesPerSlotSpan * kSystemPageSize); in PartitionBucketNumSystemPages()
83 i <= kMaxSystemPagesPerSlotSpan; ++i) { in PartitionBucketNumSystemPages()
102 CHECK(best_pages <= kMaxSystemPagesPerSlotSpan); in PartitionBucketNumSystemPages()
Dpartition_alloc.h116 static const size_t kMaxSystemPagesPerSlotSpan = variable
630 if (bucket->slot_size <= kMaxSystemPagesPerSlotSpan * kSystemPageSize) in PartitionPageGetRawSizePtr()