Home
last modified time | relevance | path

Searched refs:_gc_runtime_state (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_gc.h130 struct _gc_runtime_state { struct
164 PyAPI_FUNC(void) _PyGC_InitState(struct _gc_runtime_state *); argument
Dpycore_interp.h89 struct _gc_runtime_state gc;
/external/python/cpython3/Objects/
Dobject.c2033 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_deposit_object()
2061 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_destroy_chain()
/external/python/cpython3/Modules/
Dgcmodule.c36 typedef struct _gc_runtime_state GCState;