Home
last modified time | relevance | path

Searched refs:_PyObject_DebugMallocStats (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dobjimpl.h110 PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
/external/python/cpython3/Include/
Dobjimpl.h112 PyAPI_FUNC(int) _PyObject_DebugMallocStats(FILE *out);
/external/python/cpython2/Objects/
Dobmalloc.c566 _PyObject_DebugMallocStats(); in new_arena()
1793 _PyObject_DebugMallocStats(void) in _PyObject_DebugMallocStats() function
/external/python/cpython3/Objects/
Dobmalloc.c1191 _PyObject_DebugMallocStats(stderr); in new_arena()
2510 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
/external/python/cpython3/Python/
Dpylifecycle.c1324 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
Dsysmodule.c1448 if (_PyObject_DebugMallocStats(stderr)) { in sys_debugmallocstats()
/external/python/cpython2/Python/
Dpythonrun.c565 _PyObject_DebugMallocStats(); in Py_Finalize()