Home | History | Annotate | Download | only in drd

Lines Matching refs:sg1

198 /** Merge sg1 and sg2 into sg1. */
199 void DRD_(sg_merge)(Segment* const sg1, Segment* const sg2)
201 tl_assert(sg1);
202 tl_assert(sg1->refcnt == 1);
210 vc1 = DRD_(vc_aprint)(&sg1->vc);
221 // Keep sg1->stacktrace.
222 // Keep sg1->vc.
223 // Merge sg2->bm into sg1->bm.
224 DRD_(bm_merge2)(&sg1->bm, &sg2->bm);