Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dframeobject.h92 PyAPI_FUNC(void) _PyFrame_DebugMallocStats(FILE *out);
/third_party/python/Objects/
Dframeobject.c1151 _PyFrame_DebugMallocStats(FILE *out) in _PyFrame_DebugMallocStats() function
Dobject.c2010 _PyFrame_DebugMallocStats(out); in _PyObject_DebugTypeStats()