Searched defs:unmap_and_check (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/none/tests/linux/
H A Dmremap2.c29 void unmap_and_check ( void* start, size_t length ) function
52 unmap_and_check(workingarea, 200*PAGE);
56 unmap_and_check(other_stuff, other_len);
60 unmap_and_check( workingarea, 200*PAGE);

Completed in 89 milliseconds