Searched refs:_PyObject_DebugMallocStats (Results 1 – 7 of 7) sorted by relevance
110 PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
112 PyAPI_FUNC(int) _PyObject_DebugMallocStats(FILE *out);
566 _PyObject_DebugMallocStats(); in new_arena()1793 _PyObject_DebugMallocStats(void) in _PyObject_DebugMallocStats() function
1191 _PyObject_DebugMallocStats(stderr); in new_arena()2510 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
1324 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
1448 if (_PyObject_DebugMallocStats(stderr)) { in sys_debugmallocstats()
565 _PyObject_DebugMallocStats(); in Py_Finalize()