Searched refs:depth_in_use (Results 1 – 3 of 3) sorted by relevance
426 unsigned int depth_in_use; member547 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()
426 unsigned int depth_in_use; member547 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()
29728 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,