Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dmem.h101 struct gc_generation_stats { struct
124 struct gc_generation_stats generation_stats[NUM_GENERATIONS]; argument
/external/python/cpython3/Modules/
Dgcmodule.c810 struct gc_generation_stats *stats = &_PyRuntime.gc.generation_stats[generation]; in collect()
1355 struct gc_generation_stats stats[NUM_GENERATIONS], *st; in gc_get_stats_impl()