Searched refs:NUM_GENERATIONS (Results 1 – 6 of 6) sorted by relevance
71 #define NUM_GENERATIONS 3 macro140 struct gc_generation generations[NUM_GENERATIONS];144 struct gc_generation_stats generation_stats[NUM_GENERATIONS];
22 #define NUM_GENERATIONS 3 macro26 struct gc_generation generations[NUM_GENERATIONS] = {
39 #define NUM_GENERATIONS 3 macro43 static struct gc_generation generations[NUM_GENERATIONS] = {891 for (i = 0; i < NUM_GENERATIONS; i++) in collect()899 if (generation+1 < NUM_GENERATIONS) in collect()911 if (generation < NUM_GENERATIONS-1) in collect()935 if (generation == NUM_GENERATIONS - 2) { in collect()1016 if (generation == NUM_GENERATIONS-1) { in collect()1038 for (i = NUM_GENERATIONS-1; i >= 0; i--) { in collect_generations()1044 if (i == NUM_GENERATIONS - 1 in collect_generations()1103 int genarg = NUM_GENERATIONS - 1; in gc_collect()[all …]
137 struct gc_generation generations[NUM_GENERATIONS] = { in _PyGC_InitState()143 for (int i = 0; i < NUM_GENERATIONS; i++) { in _PyGC_InitState()1044 for (int i = 0; i < NUM_GENERATIONS && pos < sizeof(buf); i++) { in show_stats_each_generations()1194 if (generation+1 < NUM_GENERATIONS) in collect()1206 if (generation < NUM_GENERATIONS-1) in collect()1217 if (generation == NUM_GENERATIONS - 2) { in collect()1299 if (generation == NUM_GENERATIONS-1) { in collect()1401 for (int i = NUM_GENERATIONS-1; i >= 0; i--) { in collect_generations()1439 if (i == NUM_GENERATIONS - 1 in collect_generations()1518 if (generation < 0 || generation >= NUM_GENERATIONS) { in gc_collect_impl()[all …]
95 int generation = NUM_GENERATIONS - 1; in gc_collect()