GC_max_fast_bytes   88 gc/include/gc_alloc.h enum { GC_max_fast_bytes = 255 };
GC_max_fast_bytes  182 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc(n);
GC_max_fast_bytes  197 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic(n);
GC_max_fast_bytes  211 gc/include/gc_alloc.h 	    if (n > GC_max_fast_bytes)  {
GC_max_fast_bytes  227 gc/include/gc_alloc.h 	    if (n > GC_max_fast_bytes) {
GC_max_fast_bytes  250 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_uncollectable(n);
GC_max_fast_bytes  265 gc/include/gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic_uncollectable(n);
GC_max_fast_bytes  279 gc/include/gc_alloc.h 	    if (n > GC_max_fast_bytes)  {
GC_max_fast_bytes  293 gc/include/gc_alloc.h 	    if (n > GC_max_fast_bytes) {
GC_max_fast_bytes  103 gc/include/new_gc_alloc.h enum { GC_max_fast_bytes = 255 };
GC_max_fast_bytes  197 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc(n);
GC_max_fast_bytes  212 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic(n);
GC_max_fast_bytes  226 gc/include/new_gc_alloc.h 	    if (n > GC_max_fast_bytes)  {
GC_max_fast_bytes  242 gc/include/new_gc_alloc.h 	    if (n > GC_max_fast_bytes) {
GC_max_fast_bytes  265 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_uncollectable(n);
GC_max_fast_bytes  280 gc/include/new_gc_alloc.h   	    if (n > GC_max_fast_bytes) return GC_malloc_atomic_uncollectable(n);
GC_max_fast_bytes  294 gc/include/new_gc_alloc.h 	    if (n > GC_max_fast_bytes)  {
GC_max_fast_bytes  308 gc/include/new_gc_alloc.h 	    if (n > GC_max_fast_bytes) {