GRANULARITY        66 gc/headers.c       bytes += GRANULARITY-1;
GRANULARITY        67 gc/headers.c       bytes &= ~(GRANULARITY-1);
GRANULARITY        54 gc/include/private/pthread_support.h #	    define GRANULARITY 16
GRANULARITY        57 gc/include/private/pthread_support.h #	    define GRANULARITY 8
GRANULARITY        61 gc/include/private/pthread_support.h #	define INDEX_FROM_BYTES(n) ((ADD_SLOP(n) + GRANULARITY - 1)/GRANULARITY)
GRANULARITY        62 gc/include/private/pthread_support.h #	define BYTES_FROM_INDEX(i) ((i) * GRANULARITY - EXTRA_BYTES)
GRANULARITY        64 gc/include/private/pthread_support.h 				    (NFREELISTS-1)*GRANULARITY)
GRANULARITY        81 gc/include/private/pthread_support.h #	define DIRECT_GRANULES (HBLKSIZE/GRANULARITY)
GRANULARITY       189 gc/pthread_support.c 	nwords = i * (GRANULARITY/sizeof(word));