Searched refs:_PyObject_DebugMallocStats (Results 1 – 7 of 7) sorted by relevance
110 PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
112 PyAPI_FUNC(void) _PyObject_DebugMallocStats(FILE *out);
566 _PyObject_DebugMallocStats(); in new_arena()1787 _PyObject_DebugMallocStats(void) in _PyObject_DebugMallocStats() function
1036 _PyObject_DebugMallocStats(stderr); in new_arena()2249 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
738 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
1299 _PyObject_DebugMallocStats(stderr); in sys_debugmallocstats()
556 _PyObject_DebugMallocStats(); in Py_Finalize()