• Home
  • Raw
  • Download

Lines Matching defs:gcstate

129 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head)  argument
132 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()
158 GCState *gcstate = &tstate->interp->gc; in _PyGC_Init() local
920 GCState *gcstate, in handle_legacy_finalizers()
982 delete_garbage(PyThreadState *tstate, GCState *gcstate, in delete_garbage()
1039 show_stats_each_generations(GCState *gcstate) in show_stats_each_generations()
1182 GCState *gcstate = &tstate->interp->gc; in collect() local
1344 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback() local
1396 GCState *gcstate = &tstate->interp->gc; in collect_generations() local
1462 GCState *gcstate = &tstate->interp->gc; in gc_enable_impl() local
1478 GCState *gcstate = &tstate->interp->gc; in gc_disable_impl() local
1494 GCState *gcstate = &tstate->interp->gc; in gc_isenabled_impl() local
1523 GCState *gcstate = &tstate->interp->gc; in gc_collect_impl() local
1560 GCState *gcstate = &tstate->interp->gc; in gc_set_debug_impl() local
1576 GCState *gcstate = &tstate->interp->gc; in gc_get_debug_impl() local
1590 GCState *gcstate = &tstate->interp->gc; in gc_set_threshold() local
1614 GCState *gcstate = &tstate->interp->gc; in gc_get_threshold_impl() local
1632 GCState *gcstate = &tstate->interp->gc; in gc_get_count_impl() local
1682 GCState *gcstate = &tstate->interp->gc; in gc_get_referrers() local
1747 GCState *gcstate = &tstate->interp->gc; in gc_get_objects_impl() local
1806 GCState *gcstate = &tstate->interp->gc; in gc_get_stats_impl() local
1898 GCState *gcstate = &tstate->interp->gc; in gc_freeze_impl() local
1919 GCState *gcstate = &tstate->interp->gc; in gc_unfreeze_impl() local
1936 GCState *gcstate = &tstate->interp->gc; in gc_get_freeze_count_impl() local
2003 GCState *gcstate = &tstate->interp->gc; in PyInit_gc() local
2048 GCState *gcstate = &tstate->interp->gc; in PyGC_Collect() local
2083 GCState *gcstate = &tstate->interp->gc; in _PyGC_CollectNoFail() local
2106 GCState *gcstate = &tstate->interp->gc; in _PyGC_DumpShutdownStats() local
2143 GCState *gcstate = &tstate->interp->gc; in _PyGC_Fini() local
2214 GCState *gcstate = &tstate->interp->gc; in _PyObject_GC_Alloc() local
2313 GCState *gcstate = &tstate->interp->gc; in PyObject_GC_Del() local