Home
last modified time | relevance | path

Searched defs:gcstate (Results 1 – 1 of 1) 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()
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
[all …]