Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dframeobject.h84 PyAPI_FUNC(void) _PyFrame_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dframeobject.c1052 _PyFrame_DebugMallocStats(FILE *out) in _PyFrame_DebugMallocStats() function
Dobject.c2045 _PyFrame_DebugMallocStats(out); in _PyObject_DebugTypeStats()