Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobjimpl.h60 PyAPI_FUNC(int) _PyObject_DebugMallocStats(FILE *out);
/third_party/python/Objects/
Dobmalloc.c1545 _PyObject_DebugMallocStats(stderr); in new_arena()
2911 _PyObject_DebugMallocStats(FILE *out) in _PyObject_DebugMallocStats() function
/third_party/python/Python/
Dpylifecycle.c1857 _PyObject_DebugMallocStats(stderr); in Py_FinalizeEx()
Dsysmodule.c1895 if (_PyObject_DebugMallocStats(stderr)) { in sys__debugmallocstats_impl()