GC_debug_malloc   676 gc/dbg_mlc.c       return GC_debug_malloc(lb, OPT_RA s, i);
GC_debug_malloc   861 gc/dbg_mlc.c       if (p == 0) return(GC_debug_malloc(lb, OPT_RA s, i));
GC_debug_malloc   881 gc/dbg_mlc.c           result = GC_debug_malloc(lb, OPT_RA s, i);
GC_debug_malloc  1022 gc/dbg_mlc.c         (struct closure *) GC_debug_malloc(sizeof (struct closure),
GC_debug_malloc  1177 gc/dbg_mlc.c       return GC_debug_malloc(lb, RA "unknown", 0);
GC_debug_malloc   522 gc/include/gc.h GC_API GC_PTR GC_debug_malloc
GC_debug_malloc   558 gc/include/gc.h #   define GC_MALLOC(sz) GC_debug_malloc(sz, GC_EXTRAS)
GC_debug_malloc    65 gc/include/gc_local_alloc.h #   define GC_LOCAL_MALLOC(s) GC_debug_malloc(s,GC_EXTRAS)
GC_debug_malloc   327 gc/malloc.c    	GC_debug_malloc(lb, RA "unknown", 0)
GC_debug_malloc    48 gc/pcr_interface.c         return((void *)GC_debug_malloc(size, __FILE__, __LINE__));