Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c757 debug_cycle(char *msg, PyObject *op) in debug_cycle() function
970 debug_cycle("collectable", FROM_GC(gc)); in collect()
990 debug_cycle("uncollectable", FROM_GC(gc)); in collect()
/external/python/cpython3/Modules/
Dgcmodule.c905 debug_cycle(const char *msg, PyObject *op) in debug_cycle() function
1249 debug_cycle("collectable", FROM_GC(gc)); in collect()
1280 debug_cycle("uncollectable", FROM_GC(gc)); in collect()