IS_UNCOLLECTABLE  635 gc/allchblk.c  	    if ( !IS_UNCOLLECTABLE(kind) &&
IS_UNCOLLECTABLE  426 gc/malloc.c    	if (IS_UNCOLLECTABLE(knd)) GC_non_gc_bytes -= WORDS_TO_BYTES(sz);
IS_UNCOLLECTABLE  444 gc/malloc.c    	if (IS_UNCOLLECTABLE(knd)) GC_non_gc_bytes -= WORDS_TO_BYTES(sz);
IS_UNCOLLECTABLE  472 gc/malloc.c    	if (IS_UNCOLLECTABLE(knd)) GC_non_gc_bytes -= WORDS_TO_BYTES(sz);
IS_UNCOLLECTABLE  481 gc/malloc.c    	if (IS_UNCOLLECTABLE(knd)) GC_non_gc_bytes -= WORDS_TO_BYTES(sz);
IS_UNCOLLECTABLE  102 gc/mallocx.c   	  if (IS_UNCOLLECTABLE(obj_kind)) GC_non_gc_bytes += (sz - orig_sz);
IS_UNCOLLECTABLE  485 gc/mallocx.c   	  if (IS_UNCOLLECTABLE(k)) GC_set_hdr_marks(HDR(h));
IS_UNCOLLECTABLE  174 gc/mark.c          if (IS_UNCOLLECTABLE(hhdr -> hb_obj_kind)) return;
IS_UNCOLLECTABLE  257 gc/new_hblk.c        if (IS_UNCOLLECTABLE(kind)) GC_set_hdr_marks(HDR(h));
IS_UNCOLLECTABLE  711 gc/reclaim.c       if (IS_UNCOLLECTABLE(hhdr -> hb_obj_kind)) GC_set_hdr_marks(hhdr);