Home
last modified time | relevance | path

Searched refs:depth_in_use (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-page.c426 unsigned int depth_in_use; member
547 if (G.depth_in_use >= G.depth_max) in push_depth()
552 G.depth[G.depth_in_use++] = i; in push_depth()
965 while (G.depth_in_use > (size_t)top->context_depth+1) in adjust_depth()
966 --G.depth_in_use; in adjust_depth()
1301 while (new_entry->context_depth >= G.depth_in_use) in ggc_internal_alloc()
1812 G.depth_in_use = 0; in init_ggc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-page.cc426 unsigned int depth_in_use; member
547 if (G.depth_in_use >= G.depth_max) in push_depth()
552 G.depth[G.depth_in_use++] = i; in push_depth()
965 while (G.depth_in_use > (size_t)top->context_depth+1) in adjust_depth()
966 --G.depth_in_use; in adjust_depth()
1301 while (new_entry->context_depth >= G.depth_in_use) in ggc_internal_alloc()
1818 G.depth_in_use = 0; in init_ggc()
H A DChangeLog-200329728 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,