Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dtupleobject.h32 PyAPI_FUNC(void) _PyTuple_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dtupleobject.c41 _PyTuple_DebugMallocStats(FILE *out) in _PyTuple_DebugMallocStats() function
Dobject.c1942 _PyTuple_DebugMallocStats(out); in _PyObject_DebugTypeStats()