GC_UNCOLLECTABLE   85 gc/include/gc_alloc.h enum { GC_PTRFREE = 0, GC_NORMAL = 1, GC_UNCOLLECTABLE = 2,
GC_UNCOLLECTABLE  253 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);
GC_UNCOLLECTABLE  100 gc/include/new_gc_alloc.h enum { GC_PTRFREE = 0, GC_NORMAL = 1, GC_UNCOLLECTABLE = 2,
GC_UNCOLLECTABLE  268 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);