Home
last modified time | relevance | path

Searched defs:gcstate (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dgcmodule.c128 #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
[all …]
/third_party/python/Objects/
Dobject.c2103 struct _gc_runtime_state *gcstate = &interp->gc; in _PyTrash_deposit_object() local
2131 struct _gc_runtime_state *gcstate = &interp->gc; in _PyTrash_destroy_chain() local