• Home
  • Raw
  • Download

Lines Matching defs:gcstate

128 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)  argument
140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
166 GCState *gcstate = &interp->gc; in _PyGC_Init() local
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() local
1370 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback() local
1422 GCState *gcstate = &tstate->interp->gc; in gc_collect_generations() local
1543 GCState *gcstate = &tstate->interp->gc; in gc_collect_impl() local
1579 GCState *gcstate = get_gc_state(); in gc_set_debug_impl() local
1594 GCState *gcstate = get_gc_state(); in gc_get_debug_impl() local
1607 GCState *gcstate = get_gc_state(); in gc_set_threshold() local
1630 GCState *gcstate = get_gc_state(); in gc_get_threshold_impl() local
1647 GCState *gcstate = get_gc_state(); in gc_get_count_impl() local
1699 GCState *gcstate = get_gc_state(); in gc_get_referrers() local
1767 GCState *gcstate = &tstate->interp->gc; in gc_get_objects_impl() local
1829 GCState *gcstate = get_gc_state(); in gc_get_stats_impl() local
1920 GCState *gcstate = get_gc_state(); in gc_freeze_impl() local
1940 GCState *gcstate = get_gc_state(); in gc_unfreeze_impl() local
1956 GCState *gcstate = get_gc_state(); in gc_get_freeze_count_impl() local
2010 GCState *gcstate = get_gc_state(); in gcmodule_exec() local
2057 GCState *gcstate = get_gc_state(); in PyGC_Enable() local
2066 GCState *gcstate = get_gc_state(); in PyGC_Disable() local
2075 GCState *gcstate = get_gc_state(); in PyGC_IsEnabled() local
2084 GCState *gcstate = &tstate->interp->gc; in PyGC_Collect() local
2116 GCState *gcstate = &tstate->interp->gc; in _PyGC_CollectNoFail() local
2131 GCState *gcstate = &interp->gc; in _PyGC_DumpShutdownStats() local
2180 GCState *gcstate = &interp->gc; in _PyGC_Fini() local
2263 GCState *gcstate = &tstate->interp->gc; in _PyObject_GC_Alloc() local
2365 GCState *gcstate = get_gc_state(); in PyObject_GC_Del() local