Searched refs:toBeMade (Results 1 – 2 of 2) sorted by relevance
117 static GNodeList toBeMade = LST_INIT; variable636 GNodeListNode *toBeMadeNext = toBeMade.first; in ScheduleOrderSuccessors()804 Lst_Enqueue(&toBeMade, pgn); in Make_Update()936 for (ln = toBeMade.first; ln != NULL; ln = ln->next) in ScheduleRandomly()941 Lst_Append(&toBeMade, gn); in ScheduleRandomly()946 for (ln = toBeMade.first; i > 0; ln = ln->next) in ScheduleRandomly()948 Lst_InsertBefore(&toBeMade, ln, gn); in ScheduleRandomly()979 Lst_Append(&toBeMade, cn); in MakeBuildChild()981 Lst_InsertBefore(&toBeMade, toBeMadeNext, cn); in MakeBuildChild()1001 GNodeListNode *toBeMadeNext = toBeMade.first; in MakeChildren()[all …]
1791 o make.c: reduce memory allocation for/in toBeMade,