GC_debug_gcj_malloc   70 gc/include/gc_gcj.h extern void * GC_debug_gcj_malloc(size_t lb,
GC_debug_gcj_malloc  103 gc/include/gc_gcj.h #   define GC_GCJ_MALLOC(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)
GC_debug_gcj_malloc  105 gc/include/gc_gcj.h #   define GC_GCJ_MALLOC_IGNORE_OFF_PAGE(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)
GC_debug_gcj_malloc   68 gc/include/gc_local_alloc.h #	define GC_LOCAL_GCJ_MALLOC(s,d) GC_debug_gcj_malloc(s,d,GC_EXTRAS)