Searched refs:kMaxFreeableSpans (Results 1 – 2 of 2) sorted by relevance
871 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()
211 static const size_t kMaxFreeableSpans = 16; variable316 PartitionPage* global_empty_page_ring[kMaxFreeableSpans];