Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobjimpl.h110 PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
/external/python/cpython2/Objects/
Dobmalloc.c566 _PyObject_DebugMallocStats(); in new_arena()
1787 _PyObject_DebugMallocStats(void) in _PyObject_DebugMallocStats() function
/external/python/cpython2/Python/
Dpythonrun.c556 _PyObject_DebugMallocStats(); in Py_Finalize()