Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h130 struct _gc_runtime_state { struct
164 extern void _PyGC_InitState(struct _gc_runtime_state *); argument
Dpycore_interp.h232 struct _gc_runtime_state gc;
/third_party/python/Objects/
Dobject.c2103 struct _gc_runtime_state *gcstate = &interp->gc; in _PyTrash_deposit_object()
2131 struct _gc_runtime_state *gcstate = &interp->gc; in _PyTrash_destroy_chain()
/third_party/python/Modules/
Dgcmodule.c35 typedef struct _gc_runtime_state GCState;