Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h128 PyAPI_FUNC(void) _PyCFunction_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dmethodobject.c328 _PyCFunction_DebugMallocStats(FILE *out) in _PyCFunction_DebugMallocStats() function
Dobject.c2042 _PyCFunction_DebugMallocStats(out); in _PyObject_DebugTypeStats()