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

  /external/valgrind/main/exp-ptrcheck/
h_main.h 44 static inline Bool is_known_segment(Seg* teg) {
45 return (UNKNOWN != teg && BOTTOM != teg && NONPTR != teg);
46 // better? teg <= BOTTOM
h_main.c 350 Seg* teg; local
364 teg = &group_list->segs[ group_list->nextfree ];
367 return teg;
    [all...]

Completed in 1461 milliseconds