Searched refs:new_last_page (Results 1 – 1 of 1) sorted by relevance
2004 Page* new_last_page = nullptr; in AllocateChunk() local2008 new_last_page = last_page->prev_page(); in AllocateChunk()2011 last_page = new_last_page; in AllocateChunk()2024 Page* new_last_page; in AllocateChunk() local2028 new_last_page = last_page->prev_page(); in AllocateChunk()2029 new_last_page->set_next_page(anchor()); in AllocateChunk()2030 anchor()->set_prev_page(new_last_page); in AllocateChunk()