MIN_WORDS         583 gc/include/private/gc_priv.h # ifndef MIN_WORDS
MIN_WORDS         117 gc/malloc.c    	  if (lw == 0) lw = MIN_WORDS;
MIN_WORDS         176 gc/misc.c      	      GC_size_map[i] = MIN_WORDS;
MIN_WORDS         178 gc/misc.c      #	  if MIN_WORDS > 1
MIN_WORDS         179 gc/misc.c      	    GC_size_map[sizeof(word)] = MIN_WORDS;
MIN_WORDS        1219 gc/tests/test.c 	  GC_size(GC_malloc(7)) != MIN_WORDS * sizeof(GC_word)
MIN_WORDS        1225 gc/tests/test.c       if (GC_size(GC_malloc(0)) != MIN_WORDS * sizeof(GC_word)) {
MIN_WORDS        1231 gc/tests/test.c       if (GC_size(GC_malloc_uncollectable(0)) != MIN_WORDS * sizeof(GC_word)) {