Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.cc60 DCHECK(static_cast<unsigned>(page->empty_cache_index) < kMaxFreeableSpans); in PartitionRegisterEmptyPage()
79 if (current_index == kMaxFreeableSpans) in PartitionRegisterEmptyPage()
156 DCHECK(static_cast<unsigned>(empty_cache_index) < kMaxFreeableSpans); in DecommitIfPossible()
Dpartition_root_base.cc32 for (size_t i = 0; i < kMaxFreeableSpans; ++i) { in DecommitEmptyPages()
Dpartition_alloc_constants.h165 static const size_t kMaxFreeableSpans = 16; variable
Dpartition_root_base.h53 PartitionPage* global_empty_page_ring[kMaxFreeableSpans] = {};