Home | History | Annotate | Download | only in src

Lines Matching refs:set_next

1838 void FreeListNode::set_next(FreeListNode* next) {
1880 node->set_next(small_list_);
1883 node->set_next(medium_list_);
1886 node->set_next(large_list_);
1889 node->set_next(huge_list_);