Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h176 extern void _PyContext_ClearFreeList(PyInterpreterState *interp);
/third_party/python/Python/
Dcontext.c1290 _PyContext_ClearFreeList(PyInterpreterState *interp) in _PyContext_ClearFreeList() function
1308 _PyContext_ClearFreeList(interp); in _PyContext_Fini()
/third_party/python/Modules/
Dgcmodule.c1047 _PyContext_ClearFreeList(interp); in clear_freelists()