Lines Matching defs:gcstate
128 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head) argument
140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
162 GCState *gcstate = &interp->gc; in _PyGC_Init() local
929 GCState *gcstate, in handle_legacy_finalizers()
991 delete_garbage(PyThreadState *tstate, GCState *gcstate, in delete_garbage()
1047 show_stats_each_generations(GCState *gcstate) in show_stats_each_generations()
1191 GCState *gcstate = &tstate->interp->gc; in gc_collect_main() local
1357 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback() local
1409 GCState *gcstate = &tstate->interp->gc; in gc_collect_generations() local
1530 GCState *gcstate = &tstate->interp->gc; in gc_collect_impl() local
1566 GCState *gcstate = get_gc_state(); in gc_set_debug_impl() local
1581 GCState *gcstate = get_gc_state(); in gc_get_debug_impl() local
1594 GCState *gcstate = get_gc_state(); in gc_set_threshold() local
1617 GCState *gcstate = get_gc_state(); in gc_get_threshold_impl() local
1634 GCState *gcstate = get_gc_state(); in gc_get_count_impl() local
1686 GCState *gcstate = get_gc_state(); in gc_get_referrers() local
1754 GCState *gcstate = &tstate->interp->gc; in gc_get_objects_impl() local
1816 GCState *gcstate = get_gc_state(); in gc_get_stats_impl() local
1907 GCState *gcstate = get_gc_state(); in gc_freeze_impl() local
1927 GCState *gcstate = get_gc_state(); in gc_unfreeze_impl() local
1943 GCState *gcstate = get_gc_state(); in gc_get_freeze_count_impl() local
1997 GCState *gcstate = get_gc_state(); in gcmodule_exec() local
2044 GCState *gcstate = get_gc_state(); in PyGC_Enable() local
2053 GCState *gcstate = get_gc_state(); in PyGC_Disable() local
2062 GCState *gcstate = get_gc_state(); in PyGC_IsEnabled() local
2071 GCState *gcstate = &tstate->interp->gc; in PyGC_Collect() local
2103 GCState *gcstate = &tstate->interp->gc; in _PyGC_CollectNoFail() local
2118 GCState *gcstate = &interp->gc; in _PyGC_DumpShutdownStats() local
2173 GCState *gcstate = &interp->gc; in _PyGC_Fini() local
2259 GCState *gcstate = &tstate->interp->gc; in _PyObject_GC_Link() local
2359 GCState *gcstate = get_gc_state(); in PyObject_GC_Del() local