Searched refs:_PyObject_DebugMallocStats (Results 1 – 4 of 4) sorted by relevance
60 PyAPI_FUNC(int) _PyObject_DebugMallocStats(FILE *out);
1545 _PyObject_DebugMallocStats(stderr); in new_arena()2911 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
1857 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
1895 if (_PyObject_DebugMallocStats(stderr)) { in sys__debugmallocstats_impl()