GC_set_hdr_marks 1426 gc/include/private/gc_priv.h void GC_set_hdr_marks GC_PROTO((hdr * hhdr));
GC_set_hdr_marks  485 gc/mallocx.c   	  if (IS_UNCOLLECTABLE(k)) GC_set_hdr_marks(HDR(h));
GC_set_hdr_marks  257 gc/new_hblk.c        if (IS_UNCOLLECTABLE(kind)) GC_set_hdr_marks(HDR(h));
GC_set_hdr_marks  711 gc/reclaim.c       if (IS_UNCOLLECTABLE(hhdr -> hb_obj_kind)) GC_set_hdr_marks(hhdr);