Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h170 PyAPI_FUNC(void) _PyDict_DebugMallocStats(FILE *out);
/external/python/cpython3/Objects/
Dobject.c2043 _PyDict_DebugMallocStats(out); in _PyObject_DebugTypeStats()
Ddictobject.c276 _PyDict_DebugMallocStats(FILE *out) in _PyDict_DebugMallocStats() function