nexthdr           342 gc/allchblk.c        hdr * nexthdr = HDR(next);
nexthdr           345 gc/allchblk.c        GC_ASSERT(nexthdr == 0 || !HBLK_IS_FREE(nexthdr) || !IS_MAPPED(nexthdr));
nexthdr           396 gc/allchblk.c      hdr * hhdr, *nexthdr;
nexthdr           406 gc/allchblk.c  	GET_HDR(next, nexthdr);
nexthdr           408 gc/allchblk.c  	  if (0 != nexthdr && HBLK_IS_FREE(nexthdr)) {
nexthdr           409 gc/allchblk.c  	    nextsize = nexthdr -> hb_sz;
nexthdr           411 gc/allchblk.c  	      GC_ASSERT(!IS_MAPPED(nexthdr));
nexthdr           419 gc/allchblk.c  	    } else if (IS_MAPPED(nexthdr)) {
nexthdr           426 gc/allchblk.c  		hhdr -> hb_last_reclaimed = nexthdr -> hb_last_reclaimed;
nexthdr           430 gc/allchblk.c  		GC_unmap_gap((ptr_t)h, size, (ptr_t)next, nexthdr -> hb_sz);
nexthdr           434 gc/allchblk.c  	    GC_remove_from_fl(nexthdr, FL_UNKNOWN);
nexthdr           435 gc/allchblk.c  	    hhdr -> hb_sz += nexthdr -> hb_sz;
nexthdr           786 gc/allchblk.c  hdr *hhdr, *prevhdr, *nexthdr;
nexthdr           809 gc/allchblk.c      GET_HDR(next, nexthdr);
nexthdr           812 gc/allchblk.c        if(0 != nexthdr && HBLK_IS_FREE(nexthdr) && IS_MAPPED(nexthdr)) {
nexthdr           813 gc/allchblk.c  	GC_remove_from_fl(nexthdr, FL_UNKNOWN);
nexthdr           814 gc/allchblk.c  	hhdr -> hb_sz += nexthdr -> hb_sz;