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

  /external/valgrind/main/exp-sgcheck/
pc_common.c 134 Seg* vseg; member in struct:__anon17022::__anon17023::__anon17025
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 33 milliseconds