Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc891 PartitionPage* pageToDecommit = root->global_empty_page_ring[current_index]; in PartitionRegisterEmptyPage() local
894 if (pageToDecommit) in PartitionRegisterEmptyPage()
895 PartitionDecommitPageIfPossible(root, pageToDecommit); in PartitionRegisterEmptyPage()