BYTES_FROM_INDEX   62 gc/include/private/pthread_support.h #	define BYTES_FROM_INDEX(i) ((i) * GRANULARITY - EXTRA_BYTES)
BYTES_FROM_INDEX  308 gc/pthread_support.c 	    GC_generic_malloc_many(BYTES_FROM_INDEX(index), NORMAL, my_fl);
BYTES_FROM_INDEX  333 gc/pthread_support.c 	    GC_generic_malloc_many(BYTES_FROM_INDEX(index), PTRFREE, my_fl);
BYTES_FROM_INDEX  388 gc/pthread_support.c 	    GC_generic_malloc_many(BYTES_FROM_INDEX(index), GC_gcj_kind, my_fl);