GC_local_malloc    54 gc/include/gc_local_alloc.h GC_PTR GC_local_malloc(size_t bytes);
GC_local_malloc    71 gc/include/gc_local_alloc.h #   define GC_LOCAL_MALLOC(s) GC_local_malloc(s)
GC_local_malloc   310 gc/pthread_support.c 	    return GC_local_malloc(bytes);