GC_EXTRAS        1023 gc/dbg_mlc.c   				         GC_EXTRAS);
GC_EXTRAS         558 gc/include/gc.h #   define GC_MALLOC(sz) GC_debug_malloc(sz, GC_EXTRAS)
GC_EXTRAS         559 gc/include/gc.h #   define GC_MALLOC_ATOMIC(sz) GC_debug_malloc_atomic(sz, GC_EXTRAS)
GC_EXTRAS         561 gc/include/gc.h 			GC_debug_malloc_uncollectable(sz, GC_EXTRAS)
GC_EXTRAS         563 gc/include/gc.h 			GC_debug_malloc_ignore_off_page(sz, GC_EXTRAS)
GC_EXTRAS         565 gc/include/gc.h 			GC_debug_malloc_atomic_ignore_off_page(sz, GC_EXTRAS)
GC_EXTRAS         566 gc/include/gc.h #   define GC_REALLOC(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS)
GC_EXTRAS         574 gc/include/gc.h #   define GC_MALLOC_STUBBORN(sz) GC_debug_malloc_stubborn(sz, GC_EXTRAS);
GC_EXTRAS         103 gc/include/gc_gcj.h #   define GC_GCJ_MALLOC(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)
GC_EXTRAS         104 gc/include/gc_gcj.h #   define GC_GCJ_FAST_MALLOC(s,d) GC_debug_gcj_fast_malloc(s,d,GC_EXTRAS)
GC_EXTRAS         105 gc/include/gc_gcj.h #   define GC_GCJ_MALLOC_IGNORE_OFF_PAGE(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)
GC_EXTRAS          65 gc/include/gc_local_alloc.h #   define GC_LOCAL_MALLOC(s) GC_debug_malloc(s,GC_EXTRAS)
GC_EXTRAS          66 gc/include/gc_local_alloc.h #   define GC_LOCAL_MALLOC_ATOMIC(s) GC_debug_malloc_atomic(s,GC_EXTRAS)
GC_EXTRAS          68 gc/include/gc_local_alloc.h #	define GC_LOCAL_GCJ_MALLOC(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)