GC_local_malloc_atomic   56 gc/include/gc_local_alloc.h GC_PTR GC_local_malloc_atomic(size_t bytes);
GC_local_malloc_atomic   72 gc/include/gc_local_alloc.h #   define GC_LOCAL_MALLOC_ATOMIC(s) GC_local_malloc_atomic(s)
GC_local_malloc_atomic  338 gc/pthread_support.c 	    return GC_local_malloc_atomic(bytes);