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