Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc871 DCHECK(static_cast<unsigned>(page->empty_cache_index) < kMaxFreeableSpans); in PartitionDecommitPageIfPossible()
885 DCHECK(static_cast<unsigned>(page->empty_cache_index) < kMaxFreeableSpans); in PartitionRegisterEmptyPage()
904 if (current_index == kMaxFreeableSpans) in PartitionRegisterEmptyPage()
910 for (size_t i = 0; i < kMaxFreeableSpans; ++i) { in PartitionDecommitEmptyPages()
Dpartition_alloc.h211 static const size_t kMaxFreeableSpans = 16; variable
316 PartitionPage* global_empty_page_ring[kMaxFreeableSpans];