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

  /external/valgrind/exp-sgcheck/
h_main.h 40 #define NONPTR ((Seg*)0xA1)
45 return (UNKNOWN != teg && BOTTOM != teg && NONPTR != teg);
pc_common.c 53 #include "h_main.h" // NONPTR, BOTTOM, UNKNOWN
355 tl_assert(is_known_segment(vseg) || NONPTR == vseg);
357 if (NONPTR == vseg) {
483 if (NONPTR == seg1) {
497 if (NONPTR == seg2) {
513 if (NONPTR == seg1) {
527 if (NONPTR == seg2) {

Completed in 50 milliseconds