current_sz        590 gc/dyn_load.c      static int current_sz = 0;	/* Number of records currently in addr_map */
current_sz        616 gc/dyn_load.c      if (needed_sz >= current_sz) {
current_sz        617 gc/dyn_load.c          current_sz = needed_sz * 2 + 1;
current_sz        620 gc/dyn_load.c  						(current_sz * sizeof(prmap_t)));