Home
last modified time | relevance | path

Searched refs:generations (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c40 #define GEN_HEAD(n) (&generations[n].head)
43 static struct gc_generation generations[NUM_GENERATIONS] = { variable
903 generations[generation+1].count += 1; in collect()
905 generations[i].count = 0; in collect()
1042 if (generations[i].count > generations[i].threshold) { in collect_generations()
1176 &generations[0].threshold, in gc_set_thresh()
1177 &generations[1].threshold, in gc_set_thresh()
1178 &generations[2].threshold)) in gc_set_thresh()
1182 generations[i].threshold = generations[2].threshold; in gc_set_thresh()
1198 generations[0].threshold, in gc_get_thresh()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c40 #define GEN_HEAD(n) (&generations[n].head)
43 static struct gc_generation generations[NUM_GENERATIONS] = { variable
852 generations[generation+1].count += 1; in collect()
854 generations[i].count = 0; in collect()
988 if (generations[i].count > generations[i].threshold) { in collect_generations()
1122 &generations[0].threshold, in gc_set_thresh()
1123 &generations[1].threshold, in gc_set_thresh()
1124 &generations[2].threshold)) in gc_set_thresh()
1128 generations[i].threshold = generations[2].threshold; in gc_set_thresh()
1144 generations[0].threshold, in gc_get_thresh()
[all …]