Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-page.c268 unsigned short context_depth; member
409 unsigned short context_depth; member
691 printf ("%p(%1d|%3d) -> ", (void *) p, p->context_depth, in debug_print_page_list()
924 entry->context_depth = G.context_depth; in alloc_page()
929 G.context_depth_allocations |= (unsigned long)1 << G.context_depth; in alloc_page()
967 while (G.depth_in_use > (size_t)top->context_depth+1) in adjust_depth()
999 gcc_assert (entry->context_depth == top->context_depth); in free_page()
1251 G.finalizers[G.context_depth].safe_push (fin); in add_finalizer()
1256 G.vec_finalizers[G.context_depth].safe_push (fin); in add_finalizer()
1288 while (new_entry->context_depth >= G.depth_in_use) in ggc_internal_alloc()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc-page.c277 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()
[all …]