Searched refs:gc_list_merge (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | gcmodule.c | 271 gc_list_merge(PyGC_Head *from, PyGC_Head *to) in gc_list_merge() function 852 gc_list_merge(finalizers, old); in handle_legacy_finalizers() 888 gc_list_merge(&seen, collectable); in finalize_garbage() 1036 gc_list_merge(GEN_HEAD(state, i), GEN_HEAD(state, generation)); in collect() 1072 gc_list_merge(young, old); in collect() 1115 gc_list_merge(&unreachable, old); in collect() 1682 gc_list_merge(GEN_HEAD(state, i), &state->permanent_generation.head); in gc_freeze_impl() 1701 gc_list_merge(&state->permanent_generation.head, GEN_HEAD(state, NUM_GENERATIONS-1)); in gc_unfreeze_impl()
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 276 gc_list_merge(PyGC_Head *from, PyGC_Head *to) in gc_list_merge() function 794 gc_list_merge(finalizers, old); in handle_finalizers() 906 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect() 938 gc_list_merge(young, old); in collect()
|