GC_malloc_atomic_uncollectable  480 gc/AmigaOS.c   				&& AllocFunction!=GC_malloc_atomic_uncollectable
GC_malloc_atomic_uncollectable  752 gc/dbg_mlc.c   	GC_malloc_atomic_uncollectable(lb + UNCOLLECTABLE_DEBUG_BYTES);
GC_malloc_atomic_uncollectable  275 gc/include/gc.h GC_API GC_PTR GC_malloc_atomic_uncollectable GC_PROTO((size_t size_in_bytes));
GC_malloc_atomic_uncollectable  265 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic_uncollectable(n);
GC_malloc_atomic_uncollectable  323 gc/include/gc_alloc.h 		{ return GC_malloc_atomic_uncollectable(n); }
GC_malloc_atomic_uncollectable   21 gc/include/gc_amiga_redirects.h 	(*GC_amiga_allocwrapper_do)(a,GC_malloc_atomic_uncollectable)
GC_malloc_atomic_uncollectable  280 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic_uncollectable(n);
GC_malloc_atomic_uncollectable  338 gc/include/new_gc_alloc.h 		{ return GC_malloc_atomic_uncollectable(n); }
GC_malloc_atomic_uncollectable   59 gc/mallocx.c   	    return(GC_malloc_atomic_uncollectable((size_t)lb));