Lines Matching full:vseg
134 Seg* vseg;
178 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write )
186 xe.XE.Heap.vseg = vseg;
353 Seg* vseg = xe->XE.Heap.vseg;
355 tl_assert(is_known_segment(vseg) || NONPTR == vseg);
357 if (NONPTR == vseg) {
386 Seg__cmp(vseg, a, &cmp, &miss_size);
390 how_invalid = ( ( Seg__is_freed(vseg) && 0 != cmp )
392 legit = ( Seg__is_freed(vseg) ? "once-" : "" );
407 legit, Seg__size(vseg),
408 Seg__is_freed(vseg) ? "free'd" : "alloc'd" );
409 VG_(pp_ExeContext)(Seg__where(vseg));
422 legit, Seg__size(vseg),
423 Seg__is_freed(vseg) ? "free'd" : "alloc'd" );
424 VG_(pp_ExeContext)(Seg__where(vseg));