Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.cc65 int16_t current_index = root->global_empty_page_ring_index; in PartitionRegisterEmptyPage()
81 root->global_empty_page_ring_index = current_index; in PartitionRegisterEmptyPage()
Dpartition_root_base.h54 int16_t global_empty_page_ring_index = 0; member