max_heap_sz       736 gc/misc.c      	  word max_heap_sz = (word)atol(sz_str);
max_heap_sz       737 gc/misc.c      	  if (max_heap_sz < initial_heap_sz * HBLKSIZE) {
max_heap_sz       742 gc/misc.c      	  GC_set_max_heap_size(max_heap_sz);
max_heap_sz      1351 gc/tests/test.c     unsigned long max_heap_sz;
max_heap_sz      1359 gc/tests/test.c         max_heap_sz = 4500000;
max_heap_sz      1361 gc/tests/test.c     	max_heap_sz = 2800000;
max_heap_sz      1365 gc/tests/test.c         max_heap_sz = 19000000;
max_heap_sz      1367 gc/tests/test.c     	max_heap_sz = 11000000;
max_heap_sz      1372 gc/tests/test.c         max_heap_sz += 2000000;
max_heap_sz      1375 gc/tests/test.c 	max_heap_sz *= 2;
max_heap_sz      1377 gc/tests/test.c 	    max_heap_sz *= 3;
max_heap_sz      1379 gc/tests/test.c 		max_heap_sz += max_heap_sz * SAVE_CALL_COUNT/4;
max_heap_sz      1442 gc/tests/test.c     if (GC_get_heap_size() > max_heap_sz*n_tests) {