Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c100 _PyDebug_PrintTotalRefs(void) in _PyDebug_PrintTotalRefs() function
496 _PyDebug_PrintTotalRefs(); in Py_Finalize()
787 _PyDebug_PrintTotalRefs(); in PyRun_InteractiveLoopFlags()
/external/python/cpython3/Include/
Dobject.h743 PyAPI_FUNC(void) _PyDebug_PrintTotalRefs(void);
/external/python/cpython3/Python/
Dpylifecycle.c1243 _PyDebug_PrintTotalRefs(); in Py_FinalizeEx()
Dpythonrun.c141 _PyDebug_PrintTotalRefs(); in PyRun_InteractiveLoopFlags()
/external/python/cpython3/Objects/
Dobject.c34 _PyDebug_PrintTotalRefs(void) { in _PyDebug_PrintTotalRefs() function