OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
) {