Searched defs:gcstate (Results 1 – 3 of 3) sorted by relevance
129 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head) argument132 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState()158 GCState *gcstate = &tstate->interp->gc; in _PyGC_Init() local920 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() local1344 GCState *gcstate = &tstate->interp->gc; in invoke_gc_callback() local1396 GCState *gcstate = &tstate->interp->gc; in collect_generations() local1462 GCState *gcstate = &tstate->interp->gc; in gc_enable_impl() local[all …]
2033 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_deposit_object() local2061 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_destroy_chain() local
263 lu_byte gcstate; /* state of garbage collector */ member