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

  /external/valgrind/main/none/tests/linux/
mremap2.c 94 char* dst_impossible = NULL; variable
101 if (p == dst_impossible) return "dst_imp!";
116 dst_impossible = (char*)(&alocal) + 500 * 1000 * 1000;
130 dst = dstpossible ? try_dst : dst_impossible;
135 printf("dst_impossible = %p\n", dst_impossible );
160 if (r != src && r != try_dst && r != dst_impossible) {
mremap2.stdout.exp 3 dst_impossible = 0x........

Completed in 2239 milliseconds