Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h121 struct gc_generation_stats { struct
144 struct gc_generation_stats generation_stats[NUM_GENERATIONS]; argument
/third_party/python/Modules/
Dgcmodule.c1346 struct gc_generation_stats *stats = &gcstate->generation_stats[generation]; in gc_collect_main()
1825 struct gc_generation_stats stats[NUM_GENERATIONS], *st; in gc_get_stats_impl()