Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dgcmodule.c140 _PyGC_InitState(GCState *gcstate) in _PyGC_InitState() argument
162 GCState *gcstate = &interp->gc; in _PyGC_Init() local
928 handle_legacy_finalizers(PyThreadState *tstate, GCState *gcstate, PyGC_Head *finalizers, PyGC_Head *old) handle_legacy_finalizers() argument
991 delete_garbage(PyThreadState *tstate, GCState *gcstate, PyGC_Head *collectable, PyGC_Head *old) delete_garbage() argument
1047 show_stats_each_generations(GCState *gcstate) show_stats_each_generations() argument
1191 GCState *gcstate = &tstate->interp->gc; gc_collect_main() local
1357 GCState *gcstate = &tstate->interp->gc; invoke_gc_callback() local
1409 GCState *gcstate = &tstate->interp->gc; gc_collect_generations() local
1530 GCState *gcstate = &tstate->interp->gc; gc_collect_impl() local
1566 GCState *gcstate = get_gc_state(); gc_set_debug_impl() local
1581 GCState *gcstate = get_gc_state(); gc_get_debug_impl() local
1594 GCState *gcstate = get_gc_state(); gc_set_threshold() local
1617 GCState *gcstate = get_gc_state(); gc_get_threshold_impl() local
1634 GCState *gcstate = get_gc_state(); gc_get_count_impl() local
1686 GCState *gcstate = get_gc_state(); gc_get_referrers() local
1754 GCState *gcstate = &tstate->interp->gc; gc_get_objects_impl() local
1816 GCState *gcstate = get_gc_state(); gc_get_stats_impl() local
1907 GCState *gcstate = get_gc_state(); gc_freeze_impl() local
1927 GCState *gcstate = get_gc_state(); gc_unfreeze_impl() local
1943 GCState *gcstate = get_gc_state(); gc_get_freeze_count_impl() local
1997 GCState *gcstate = get_gc_state(); gcmodule_exec() local
2044 GCState *gcstate = get_gc_state(); PyGC_Enable() local
2053 GCState *gcstate = get_gc_state(); PyGC_Disable() local
2062 GCState *gcstate = get_gc_state(); PyGC_IsEnabled() local
2071 GCState *gcstate = &tstate->interp->gc; PyGC_Collect() local
2103 GCState *gcstate = &tstate->interp->gc; _PyGC_CollectNoFail() local
2118 GCState *gcstate = &interp->gc; _PyGC_DumpShutdownStats() local
2173 GCState *gcstate = &interp->gc; _PyGC_Fini() local
2259 GCState *gcstate = &tstate->interp->gc; _PyObject_GC_Link() local
2359 GCState *gcstate = get_gc_state(); PyObject_GC_Del() local
[all...]

Completed in 6 milliseconds