Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h164 extern void _PyGC_InitState(struct _gc_runtime_state *);
/third_party/python/Python/
Dpystate.c231 _PyGC_InitState(&interp->gc); in PyInterpreterState_New()
/third_party/python/Modules/
Dgcmodule.c140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState() function