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

  /external/valgrind/main/exp-sgcheck/
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 171 Seg* teg; local
185 teg = &group_list->segs[ group_list->nextfree ];
188 return teg;

Completed in 72 milliseconds