Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dframeobject.h86 PyAPI_FUNC(void) _PyFrame_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dframeobject.c993 _PyFrame_DebugMallocStats(FILE *out) in _PyFrame_DebugMallocStats() function
Dobject.c1860 _PyFrame_DebugMallocStats(out); in _PyObject_DebugTypeStats()