Searched refs:writeout_fn_node (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c89 struct writeout_fn_node { struct
91 struct writeout_fn_node *next;
94 static struct writeout_fn_node *writeout_fn_head = NULL;
95 static struct writeout_fn_node *writeout_fn_tail = NULL;
499 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node));
512 struct writeout_fn_node *curr = writeout_fn_head;
522 struct writeout_fn_node *node = writeout_fn_head;

Completed in 49 milliseconds