Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Ddictobject.h77 PyAPI_FUNC(void) _PyDict_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dobject.c1966 _PyDict_DebugMallocStats(out); in _PyObject_DebugTypeStats()
Ddictobject.c277 _PyDict_DebugMallocStats(FILE *out) in _PyDict_DebugMallocStats() function