GC_gcj_malloc      67 gc/include/gc_gcj.h extern void * GC_gcj_malloc(size_t lb, void * ptr_to_struct_containing_descr);
GC_gcj_malloc     107 gc/include/gc_gcj.h #   define GC_GCJ_MALLOC(s,d) GC_gcj_malloc(s,d)
GC_gcj_malloc     358 gc/pthread_support.c         return GC_gcj_malloc(bytes, ptr_to_struct_containing_descr);
GC_gcj_malloc     386 gc/pthread_support.c             return GC_gcj_malloc(bytes, ptr_to_struct_containing_descr);