Home
last modified time | relevance | path

Searched refs:PyDict_ClearFreeList (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Ddictobject.h124 PyAPI_FUNC(int) PyDict_ClearFreeList(void);
/external/python/cpython3/Doc/c-api/
Ddict.rst236 .. c:function:: int PyDict_ClearFreeList()
/external/python/cpython3/Modules/
Dgcmodule.c788 (void)PyDict_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Objects/
Ddictobject.c259 PyDict_ClearFreeList(void) in PyDict_ClearFreeList() function
286 PyDict_ClearFreeList(); in PyDict_Fini()