Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c797 collect(int generation, Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, in collect() argument
966 if (n_collected) in collect()
967 *n_collected = m; in collect()