Searched refs:_PyObject_DebugMallocStats (Results 1 – 7 of 7) sorted by relevance
14 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
1236 _PyObject_DebugMallocStats(stderr); in new_arena()2578 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
1368 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
1830 if (_PyObject_DebugMallocStats(stderr)) { in sys__debugmallocstats_impl()
565 _PyObject_DebugMallocStats(); in Py_Finalize()