c2HO = c2.getHeap();
// note: heap global var used in some subroutines
// may have changed since setup of this instance
c1heap = c1HO.heap;
c2heap = c2HO.heap;
addr2seq1 = new Int2IntRBT(Math.max(1000, c1heap.length/100));
addr2seq2 = new Int2IntRBT(Math.max(1000, c2heap.length/100));
}