Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h174 extern void _PyContext_ClearFreeList(void);
/external/python/cpython3/Python/
Dcontext.c1274 _PyContext_ClearFreeList(void) in _PyContext_ClearFreeList() function
1289 _PyContext_ClearFreeList(); in _PyContext_Fini()
/external/python/cpython3/Modules/
Dgcmodule.c1034 _PyContext_ClearFreeList(); in clear_freelists()