Home | History | Annotate | Download | only in heap

Lines Matching refs:top_node

2249   FreeListNode* top_node = huge_list_.top();
2250 for (FreeListNode** cur = &top_node; *cur != NULL;
2283 huge_list_.set_top(top_node);