Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dframeobject.h78 PyAPI_FUNC(void) _PyFrame_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dframeobject.c1199 _PyFrame_DebugMallocStats(FILE *out) in _PyFrame_DebugMallocStats() function
Dobject.c1940 _PyFrame_DebugMallocStats(out); in _PyObject_DebugTypeStats()