MINHINCR 908 gc/alloc.c if (n < MINHINCR) n = MINHINCR; MINHINCR 51 gc/blacklst.c word GC_black_list_spacing = MINHINCR*HBLKSIZE; /* Initial rough guess */ MINHINCR 73 gc/headers.c word bytes_to_get = MINHINCR * HBLKSIZE; MINHINCR 576 gc/misc.c word initial_heap_sz = (word)MINHINCR; MINHINCR 726 gc/misc.c if (initial_heap_sz <= MINHINCR * HBLKSIZE) {