Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c35 typedef struct _gc_runtime_state GCState; typedef
131 static GCState *
140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
166 GCState *gcstate = &interp->gc; in _PyGC_Init()
933 GCState *gcstate, in handle_legacy_finalizers()
995 delete_garbage(PyThreadState *tstate, GCState *gcstate, in delete_garbage()
1052 show_stats_each_generations(GCState *gcstate) in show_stats_each_generations()
1196 GCState *gcstate = &tstate->interp->gc; in gc_collect_main()
1370 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback()
1422 GCState *gcstate = &tstate->interp->gc; in gc_collect_generations()
[all …]