heap_end          597 gc/dyn_load.c      ptr_t heap_end = heap_start;
heap_end          628 gc/dyn_load.c      	heap_end = GC_heap_sects[GC_n_heap_sects-1].hs_start
heap_end          630 gc/dyn_load.c      	if (heap_end < GC_scratch_last_end_ptr) heap_end = GC_scratch_last_end_ptr;
heap_end          645 gc/dyn_load.c          if (start < heap_end && start >= heap_start)