GC_malloc_uncollectable  478 gc/AmigaOS.c   				AllocFunction!=GC_malloc_uncollectable
GC_malloc_uncollectable  725 gc/dbg_mlc.c       GC_PTR result = GC_malloc_uncollectable(lb + UNCOLLECTABLE_DEBUG_BYTES);
GC_malloc_uncollectable   54 gc/gc_cpp.cc   	return GC_malloc_uncollectable( size );
GC_malloc_uncollectable  270 gc/include/gc.h GC_API GC_PTR GC_malloc_uncollectable GC_PROTO((size_t size_in_bytes));
GC_malloc_uncollectable  583 gc/include/gc.h #   define GC_MALLOC_UNCOLLECTABLE(sz) GC_malloc_uncollectable(sz)
GC_malloc_uncollectable  250 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_uncollectable(n);
GC_malloc_uncollectable  321 gc/include/gc_alloc.h      	static void * allocate(size_t n) { return GC_malloc_uncollectable(n); }
GC_malloc_uncollectable   17 gc/include/gc_amiga_redirects.h 	(*GC_amiga_allocwrapper_do)(a,GC_malloc_uncollectable)
GC_malloc_uncollectable  265 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_uncollectable(n);
GC_malloc_uncollectable  336 gc/include/new_gc_alloc.h      	static void * allocate(size_t n) { return GC_malloc_uncollectable(n); }
GC_malloc_uncollectable   56 gc/mallocx.c   	    return(GC_malloc_uncollectable((size_t)lb));
GC_malloc_uncollectable 1231 gc/tests/test.c       if (GC_size(GC_malloc_uncollectable(0)) != MIN_WORDS * sizeof(GC_word)) {
GC_malloc_uncollectable  468 gc/win32_threads.c     args = GC_malloc_uncollectable(sizeof(thread_args));
GC_malloc_uncollectable  631 gc/win32_threads.c     si = GC_malloc_uncollectable(sizeof(struct start_info));