heap_offset       137 gc/dbg_mlc.c       long heap_offset = RANDOM();
heap_offset       139 gc/dbg_mlc.c   	heap_offset *= RAND_MAX;
heap_offset       140 gc/dbg_mlc.c   	heap_offset += RANDOM();
heap_offset       142 gc/dbg_mlc.c       heap_offset %= GC_heapsize;
heap_offset       148 gc/dbg_mlc.c   	if (heap_offset < size) {
heap_offset       149 gc/dbg_mlc.c   	    return GC_heap_sects[i].hs_start + heap_offset;
heap_offset       151 gc/dbg_mlc.c   	    heap_offset -= size;