Searched refs:top_node (Results 1 – 2 of 2) sorted by relevance
251 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent() local253 top_node->AddAllocation(size); in AllocationEvent()255 address_to_trace_.AddRange(addr, size, top_node->id()); in AllocationEvent()
2249 FreeListNode* top_node = huge_list_.top(); in FindNodeFor() local2250 for (FreeListNode** cur = &top_node; *cur != NULL; in FindNodeFor()2283 huge_list_.set_top(top_node); in FindNodeFor()