Searched refs:_PyObject_DebugMallocStats (Results 1 – 7 of 7) sorted by relevance
97 PyAPI_FUNC(int) _PyObject_DebugMallocStats(FILE *out);
110 PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
566 _PyObject_DebugMallocStats(); in new_arena()1793 _PyObject_DebugMallocStats(void) in _PyObject_DebugMallocStats() function
1255 _PyObject_DebugMallocStats(stderr); in new_arena()2595 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
565 _PyObject_DebugMallocStats(); in Py_Finalize()
1502 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
1866 if (_PyObject_DebugMallocStats(stderr)) { in sys__debugmallocstats_impl()