GC_trace_buf     1409 gc/mark.c      } GC_trace_buf[TRACE_ENTRIES];
GC_trace_buf     1415 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].kind = kind;
GC_trace_buf     1416 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].gc_no = GC_gc_no;
GC_trace_buf     1417 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].words_allocd = GC_words_allocd;
GC_trace_buf     1418 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].arg1 = arg1 ^ 0x80000000;
GC_trace_buf     1419 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].arg2 = arg2 ^ 0x80000000;
GC_trace_buf     1432 gc/mark.c          	p = GC_trace_buf + i;