Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h164 PyAPI_FUNC(void) _PyGC_InitState(struct _gc_runtime_state *);
/external/python/cpython3/Python/
Dpystate.c221 _PyGC_InitState(&interp->gc); in PyInterpreterState_New()
/external/python/cpython3/Modules/
Dgcmodule.c132 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState() function