Lines Matching refs:context_depth
277 unsigned short context_depth; member
383 unsigned short context_depth; member
655 printf ("%p(%1d|%3d) -> ", (void *) p, p->context_depth, in debug_print_page_list()
888 entry->context_depth = G.context_depth; in alloc_page()
893 G.context_depth_allocations |= (unsigned long)1 << G.context_depth; in alloc_page()
931 while (G.depth_in_use > (size_t)top->context_depth+1) in adjust_depth()
963 gcc_assert (entry->context_depth == top->context_depth); in free_page()
1241 while (new_entry->context_depth >= G.depth_in_use) in ggc_internal_alloc_stat()
1790 if (p->context_depth < G.context_depth) in clear_marks()
1850 if (p->context_depth < G.context_depth) in sweep_pages()
1937 if (p->context_depth != G.context_depth) in sweep_pages()
1960 if (p->context_depth != G.context_depth) in poison_pages()
2021 if (pe->context_depth != G.context_depth) in validate_free_objects()
2067 G.context_depth_collections = ((unsigned long)1 << (G.context_depth + 1)) - 1; in ggc_collect()
2424 gcc_assert (!G.context_depth); in ggc_pch_read()
2425 G.context_depth = 1; in ggc_pch_read()
2430 p->context_depth = G.context_depth; in ggc_pch_read()
2456 entry->context_depth = 0; in ggc_pch_read()