new_list           90 gc/stubborn.c      GC_PTR * new_list;
new_list           96 gc/stubborn.c      new_list = (GC_PTR *)
new_list          102 gc/stubborn.c      if (new_list == 0) return(FALSE);
new_list          103 gc/stubborn.c      BZERO(new_list, new_size * sizeof(GC_PTR));
new_list          104 gc/stubborn.c      q = new_list;
new_list          108 gc/stubborn.c      GC_changing_list_start = new_list;
new_list          109 gc/stubborn.c      GC_changing_list_limit = new_list + new_size - 1;