Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c1024 collect_with_callback(int generation) in collect_with_callback() function
1051 n = collect_with_callback(i); in collect_generations()
1130 n = collect_with_callback(generation); in gc_collect_impl()
1573 n = collect_with_callback(NUM_GENERATIONS - 1); in PyGC_Collect()