Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c129 #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
[all …]
/external/python/cpython3/Objects/
Dobject.c2033 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_deposit_object() local
2061 struct _gc_runtime_state *gcstate = &tstate->interp->gc; in _PyTrash_destroy_chain() local
/external/lua/src/
Dlstate.h263 lu_byte gcstate; /* state of garbage collector */ member