n_on_stack        979 gc/mark.c        	size_t n_on_stack;
n_on_stack       1002 gc/mark.c      	n_on_stack = my_top - my_first_nonempty + 1;
n_on_stack       1003 gc/mark.c              if (0 == n_on_stack) {
n_on_stack       1006 gc/mark.c                  n_on_stack = my_top - my_first_nonempty + 1;
n_on_stack       1007 gc/mark.c      	    if (0 == n_on_stack) {
n_on_stack       1050 gc/mark.c      	if (n_on_stack < 2 * ENTRIES_TO_GET) n_to_get = 1;