Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c1235 collect_with_callback(struct _gc_runtime_state *state, int generation) in collect_with_callback() function
1262 n = collect_with_callback(state, i); in collect_generations()
1344 n = collect_with_callback(state, generation); in gc_collect_impl()
1833 n = collect_with_callback(state, NUM_GENERATIONS - 1); in PyGC_Collect()