heaps_used        212 gc.c           	    objspace->profile.record[count].heap_use_slots = heaps_used;\
heaps_used        215 gc.c           	    objspace->profile.record[count].heap_total_objects = heaps_used * HEAP_OBJ_LIMIT;\
heaps_used        218 gc.c           	    objspace->profile.record[count].heap_total_size = heaps_used * (HEAP_OBJ_LIMIT * sizeof(RVALUE));\
heaps_used        233 gc.c           	    objspace->profile.record[count].heap_total_objects = heaps_used * HEAP_OBJ_LIMIT;\
heaps_used        235 gc.c           	    objspace->profile.record[count].heap_total_size = heaps_used * HEAP_SIZE;\
heaps_used        845 gc.c               if (heaps_used > 0) {
heaps_used        884 gc.c               hi = heaps_used;
heaps_used        899 gc.c               if (hi < heaps_used) {
heaps_used        900 gc.c           	MEMMOVE(&heaps[hi+1], &heaps[hi], struct heaps_slot, heaps_used - hi);
heaps_used        908 gc.c               heaps_used++;
heaps_used        925 gc.c               if ((heaps_used + add) > heaps_length) {
heaps_used        926 gc.c               	allocate_heaps(objspace, heaps_used + add);
heaps_used        940 gc.c               size_t next_heaps_length = heaps_used * 1.8;
heaps_used        941 gc.c               heaps_inc = next_heaps_length - heaps_used;
heaps_used       1169 gc.c               for (i = 0; i < heaps_used; i++) {
heaps_used       1209 gc.c               hi = heaps_used;
heaps_used       1679 gc.c               for (i = j = 1; j < heaps_used; i++) {
heaps_used       1687 gc.c           	    heaps_used--;
heaps_used       1715 gc.c               do_heap_free = (heaps_used * HEAP_OBJ_LIMIT) * 0.65;
heaps_used       1716 gc.c               free_min = (heaps_used * HEAP_OBJ_LIMIT)  * 0.2;
heaps_used       1719 gc.c           	do_heap_free = heaps_used * HEAP_OBJ_LIMIT;
heaps_used       1726 gc.c               for (i = 0; i < heaps_used; i++) {
heaps_used       2168 gc.c               while (i < heaps_used) {
heaps_used       2171 gc.c                   while (i < heaps_used && (uintptr_t)heaps[i].membase <= (uintptr_t)membase )
heaps_used       2173 gc.c                   if (heaps_used <= i)
heaps_used       2436 gc.c               for (i = 0; i < heaps_used; i++) {
heaps_used       2643 gc.c               for (i = 0; i < heaps_used; i++) {