GC_aux            185 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_NORMAL);
GC_aux            188 gc/include/gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
GC_aux            200 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_PTRFREE);
GC_aux            203 gc/include/gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
GC_aux            219 gc/include/gc_alloc.h 	        GC_aux::GC_mem_recently_freed += nwords;
GC_aux            233 gc/include/gc_alloc.h 	    	GC_aux::GC_mem_recently_freed += nwords;
GC_aux            253 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);
GC_aux            256 gc/include/gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
GC_aux            268 gc/include/gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_AUNCOLLECTABLE);
GC_aux            271 gc/include/gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
GC_aux            285 gc/include/gc_alloc.h 	        GC_aux::GC_uncollectable_mem_recently_freed += nwords;
GC_aux            299 gc/include/gc_alloc.h 	    	GC_aux::GC_uncollectable_mem_recently_freed += nwords;
GC_aux            200 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_NORMAL);
GC_aux            203 gc/include/new_gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
GC_aux            215 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_PTRFREE);
GC_aux            218 gc/include/new_gc_alloc.h 	    GC_aux::GC_words_recently_allocd += nwords;
GC_aux            234 gc/include/new_gc_alloc.h 	        GC_aux::GC_mem_recently_freed += nwords;
GC_aux            248 gc/include/new_gc_alloc.h 	    	GC_aux::GC_mem_recently_freed += nwords;
GC_aux            268 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_UNCOLLECTABLE);
GC_aux            271 gc/include/new_gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
GC_aux            283 gc/include/new_gc_alloc.h 		return GC_aux::GC_out_of_line_malloc(nwords, GC_AUNCOLLECTABLE);
GC_aux            286 gc/include/new_gc_alloc.h 	    GC_aux::GC_uncollectable_words_recently_allocd += nwords;
GC_aux            300 gc/include/new_gc_alloc.h 	        GC_aux::GC_uncollectable_mem_recently_freed += nwords;
GC_aux            314 gc/include/new_gc_alloc.h 	    	GC_aux::GC_uncollectable_mem_recently_freed += nwords;