heap_increment   1690 gc.c           	(will_be_incremental_marking(objspace) || heap_increment(objspace, heap) == FALSE) &&
heap_increment   3497 gc.c               if (!heap->free_pages && heap_increment(objspace, heap) == FALSE) {
heap_increment   3500 gc.c           	if (!heap_increment(objspace, heap)) { /* can't allocate additional free objects */
heap_increment   3667 gc.c               if (objspace->rgengc.need_major_gc == GPR_FLAG_NONE && heap_increment(objspace, heap)) {
heap_increment   5434 gc.c           		heap_increment(objspace, heap);
heap_increment   5462 gc.c           	    heap_increment(objspace, heap);
heap_increment   5531 gc.c           	else if (heap_increment(objspace, heap)) {
heap_increment   6166 gc.c           	if (!heap_increment(objspace, heap)) {
heap_increment   6168 gc.c           	    heap_increment(objspace, heap);
heap_increment   6896 gc.c           	S(heap_increment);
heap_increment   6929 gc.c           	    rb_hash_aset(table, OLD_SYM(heap_increment), NEW_SYM(heap_allocatable_pages));