Searched refs:workingarea (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/linux/
H A Dmremap2.c35 char* workingarea = NULL; variable
43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
47 if (!workingarea) {
48 workingarea = mmap(0, 200*PAGE, PROT_NONE,
50 assert(workingarea);
51 try_dst = workingarea + 150*PAGE;
52 unmap_and_check(workingarea, 200*PAGE);
60 unmap_and_check( workingarea, 200*PAGE);
63 mapanon_fixed( workingarea + 0*PAGE, 9*PAGE);
66 mapanon_fixed( workingarea
[all...]

Completed in 1925 milliseconds