Searched refs:global_empty_page_ring (Results 1 – 2 of 2) sorted by relevance
130 memset(&root->global_empty_page_ring, '\0', in PartitionAllocBaseInit()131 sizeof(root->global_empty_page_ring)); in PartitionAllocBaseInit()872 DCHECK(page == root->global_empty_page_ring[page->empty_cache_index]); in PartitionDecommitPageIfPossible()886 DCHECK(root->global_empty_page_ring[page->empty_cache_index] == page); in PartitionRegisterEmptyPage()887 root->global_empty_page_ring[page->empty_cache_index] = 0; in PartitionRegisterEmptyPage()891 PartitionPage* pageToDecommit = root->global_empty_page_ring[current_index]; in PartitionRegisterEmptyPage()901 root->global_empty_page_ring[current_index] = page; in PartitionRegisterEmptyPage()911 PartitionPage* page = root->global_empty_page_ring[i]; in PartitionDecommitEmptyPages()914 root->global_empty_page_ring[i] = nullptr; in PartitionDecommitEmptyPages()
316 PartitionPage* global_empty_page_ring[kMaxFreeableSpans]; member