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_alloc.cc132 root->global_empty_page_ring_index = 0; in PartitionAllocBaseInit()
890 int16_t current_index = root->global_empty_page_ring_index; in PartitionRegisterEmptyPage()
906 root->global_empty_page_ring_index = current_index; in PartitionRegisterEmptyPage()
Dpartition_alloc.h317 int16_t global_empty_page_ring_index; member