Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h129 PyAPI_FUNC(void) _PyMethod_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dclassobject.c392 _PyMethod_DebugMallocStats(FILE *out) in _PyMethod_DebugMallocStats() function
Dobject.c2047 _PyMethod_DebugMallocStats(out); in _PyObject_DebugTypeStats()