heap_pages_sorted_length 1344 gc.c           	heap_pages_sorted_length = 0;
heap_pages_sorted_length 1366 gc.c               if (next_length > heap_pages_sorted_length) {
heap_pages_sorted_length 1372 gc.c           	if (heap_pages_sorted_length > 0) {
heap_pages_sorted_length 1384 gc.c           	heap_pages_sorted_length = next_length;
heap_pages_sorted_length 1531 gc.c               if (RGENGC_CHECK_MODE) assert(heap_allocated_pages <= heap_pages_sorted_length);
heap_pages_sorted_length 1571 gc.c           		   method, page, (int)heap_pages_sorted_length, (int)heap_allocated_pages, (int)heap_tomb->total_pages);
heap_pages_sorted_length 1665 gc.c           		  (int)heap_pages_sorted_length, (int)heap_allocatable_pages, (int)heap->total_pages);
heap_pages_sorted_length 7028 gc.c               SET(heap_sorted_length, heap_pages_sorted_length);