curr_base         712 gc/dyn_load.c        char * curr_base = base;
curr_base         718 gc/dyn_load.c  	  GC_get_next_stack(curr_base, &next_stack_lo, &next_stack_hi);
curr_base         720 gc/dyn_load.c  	  GC_add_roots_inner(curr_base, next_stack_lo, TRUE);
curr_base         721 gc/dyn_load.c  	  curr_base = next_stack_hi;
curr_base         723 gc/dyn_load.c        if (curr_base < limit) GC_add_roots_inner(curr_base, limit, TRUE);