Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching defs:descr1

135             XArray*  descr1; /* XArray* of HChar */
435 if (xe->XE.Heap.descr1)
437 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
450 if (xe->XE.Heap.descr1)
452 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) );
664 tl_assert(!xe->XE.Heap.descr1);
667 xe->XE.Heap.descr1
668 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
671 = VG_(newXA)( VG_(malloc), "pc.update_extra.Heap.descr1",
678 = VG_(get_data_description)( xe->XE.Heap.descr1,
682 /* If there's nothing in descr1/2, free it. Why is it safe to
685 descr1/2 regardless of the outcome of the call. So there's
688 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr1, 0 ))
690 VG_(deleteXA)( xe->XE.Heap.descr1 );
691 xe->XE.Heap.descr1 = NULL;