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