Searched refs:kMaxFreeableSpans (Results 1 – 4 of 4) sorted by relevance
60 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()
32 for (size_t i = 0; i < kMaxFreeableSpans; ++i) { in DecommitEmptyPages()
165 static const size_t kMaxFreeableSpans = 16; variable
53 PartitionPage* global_empty_page_ring[kMaxFreeableSpans] = {};