Searched refs:new_last_page (Results 1 – 1 of 1) sorted by relevance
1993 Page* new_last_page = nullptr; in AllocateChunk() local1997 new_last_page = last_page->prev_page(); in AllocateChunk()2000 last_page = new_last_page; in AllocateChunk()2013 Page* new_last_page; in AllocateChunk() local2017 new_last_page = last_page->prev_page(); in AllocateChunk()2018 new_last_page->set_next_page(anchor()); in AllocateChunk()2019 anchor()->set_prev_page(new_last_page); in AllocateChunk()