HomeSort by relevance Sort by last modified time
    Searched refs:vseg (Results 1 - 2 of 2) sorted by null

  /external/valgrind/exp-sgcheck/
pc_common.c 134 Seg* vseg; member in struct:__anon20588::__anon20589::__anon20591
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; local
355 tl_assert(is_known_segment(vseg) || NONPTR == vseg);
357 if (NONPTR == vseg) {
386 Seg__cmp(vseg, a, &cmp, &miss_size)
    [all...]
pc_common.h 43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );

Completed in 53 milliseconds