Searched refs:list_node (Results 1 – 1 of 1) sorted by relevance
74 struct list_node { struct75 struct list_node *next; argument78 static struct list_node *allocated_list = NULL; argument83 struct list_node *new_node = malloc(sizeof(struct list_node)); in track_allocated()276 struct list_node *curr_node = allocated_list; in impl_cleanup_harness()279 struct list_node *next_node = curr_node->next; in impl_cleanup_harness()