Searched refs:_PyGC_InitState (Results 1 – 3 of 3) sorted by relevance
164 PyAPI_FUNC(void) _PyGC_InitState(struct _gc_runtime_state *);
221 _PyGC_InitState(&interp->gc); in PyInterpreterState_New()
132 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState() function