Searched refs:page_list_ (Results 1 – 2 of 2) sorted by relevance
37 page_list_(nullptr), in LinkerBlockAllocator()90 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all()115 page->next = page_list_; in create_new_page()116 page_list_ = page; in create_new_page()124 LinkerBlockAllocatorPage* page = page_list_; in find_page()
46 LinkerBlockAllocatorPage* page_list_; variable