OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmapped_page
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/linux/
blockfault.c
17
int*
unmapped_page
= get_unmapped_page();
local
30
*(volatile int *)
unmapped_page
= 213;
/external/valgrind/none/tests/solaris/
blockfault.c
17
int*
unmapped_page
= get_unmapped_page();
local
30
*(volatile int *)
unmapped_page
= 213;
Completed in 366 milliseconds