GC_malloc_stubborn  609 gc/dbg_mlc.c       GC_PTR result = GC_malloc_stubborn(lb + DEBUG_BYTES);
GC_malloc_stubborn  271 gc/include/gc.h GC_API GC_PTR GC_malloc_stubborn GC_PROTO((size_t size_in_bytes));
GC_malloc_stubborn  596 gc/include/gc.h #   define GC_MALLOC_STUBBORN(sz) GC_malloc_stubborn(sz)
GC_malloc_stubborn   19 gc/include/gc_amiga_redirects.h 	(*GC_amiga_allocwrapper_do)(a,GC_malloc_stubborn)
GC_malloc_stubborn   49 gc/mallocx.c   	    return(GC_malloc_stubborn((size_t)lb));