GC_malloc_atomic  700 gc/dbg_mlc.c       GC_PTR result = GC_malloc_atomic(lb + DEBUG_BYTES);
GC_malloc_atomic  269 gc/include/gc.h GC_API GC_PTR GC_malloc_atomic GC_PROTO((size_t size_in_bytes));
GC_malloc_atomic  582 gc/include/gc.h #   define GC_MALLOC_ATOMIC(sz) GC_malloc_atomic(sz)
GC_malloc_atomic  197 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic(n);
GC_malloc_atomic  311 gc/include/gc_alloc.h 		{ return GC_malloc_atomic(n); }
GC_malloc_atomic   15 gc/include/gc_amiga_redirects.h 	(*GC_amiga_allocwrapper_do)(a,GC_malloc_atomic)
GC_malloc_atomic  212 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic(n);
GC_malloc_atomic  326 gc/include/new_gc_alloc.h 		{ return GC_malloc_atomic(n); }
GC_malloc_atomic   52 gc/mallocx.c   	    return(GC_malloc_atomic((size_t)lb));
GC_malloc_atomic   32 gc/pcr_interface.c         void * result = (void *)GC_malloc_atomic(size);
GC_malloc_atomic  318 gc/pthread_support.c         return(GC_malloc_atomic(bytes));
GC_malloc_atomic  331 gc/pthread_support.c         return GC_malloc_atomic(bytes);
GC_malloc_atomic   15 gc/tests/middle.c                 GC_malloc_atomic (4096);
GC_malloc_atomic   19 gc/tests/middle.c                 GC_malloc_atomic (2048);
GC_malloc_atomic  130 gc/typd_mlc.c      	new = (ext_descr *) GC_malloc_atomic(new_size * sizeof(ext_descr));
GC_malloc_atomic  246 gc/typd_mlc.c          	GC_malloc_atomic(sizeof(struct LeafDescriptor));
GC_malloc_atomic  258 gc/typd_mlc.c          	  GC_malloc_atomic(sizeof(struct LeafDescriptor));
GC_malloc_atomic  273 gc/typd_mlc.c          	  GC_malloc_atomic(sizeof(struct LeafDescriptor));