thishbp           580 gc/allchblk.c      register struct hblk *thishbp;
thishbp           624 gc/allchblk.c  	      thishbp = hhdr -> hb_next;
thishbp           625 gc/allchblk.c  	      if (thishbp != 0) {
thishbp           626 gc/allchblk.c  		GET_HDR(thishbp, thishdr);
thishbp           630 gc/allchblk.c  	          && !GC_is_black_listed(thishbp, (word)size_needed)) {
thishbp           646 gc/allchblk.c  	             && (thishbp = GC_is_black_listed(lasthbp,
thishbp           649 gc/allchblk.c  	        lasthbp = thishbp;
thishbp           652 gc/allchblk.c  	      thishbp = lasthbp;
thishbp           654 gc/allchblk.c  	        if (thishbp != hbp &&
thishbp           655 gc/allchblk.c  		    0 != (thishdr = GC_install_header(thishbp))) {
thishbp           664 gc/allchblk.c  		      GC_split_block(hbp, hhdr, thishbp, thishdr, n);
thishbp           666 gc/allchblk.c  		      hbp = thishbp;