Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlistobject.h67 PyAPI_FUNC(void) _PyList_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dobject.c2046 _PyList_DebugMallocStats(out); in _PyObject_DebugTypeStats()
Dlistobject.c130 _PyList_DebugMallocStats(FILE *out) in _PyList_DebugMallocStats() function