Home
last modified time | relevance | path

Searched refs:permanent_generation (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dgcmodule.c147 struct gc_generation permanent_generation = { in _PyGC_InitState() local
148 {(uintptr_t)&gcstate->permanent_generation.head, in _PyGC_InitState()
149 (uintptr_t)&gcstate->permanent_generation.head}, 0, 0 in _PyGC_InitState()
151 gcstate->permanent_generation = permanent_generation; in _PyGC_InitState()
1053 buf, gc_list_size(&gcstate->permanent_generation.head)); in show_stats_each_generations()
1900 gc_list_merge(GEN_HEAD(gcstate, i), &gcstate->permanent_generation.head); in gc_freeze_impl()
1920 gc_list_merge(&gcstate->permanent_generation.head, in gc_unfreeze_impl()
1937 return gc_list_size(&gcstate->permanent_generation.head); in gc_get_freeze_count_impl()
/external/python/cpython3/Include/internal/
Dpycore_gc.h143 struct gc_generation permanent_generation; member