Home
last modified time | relevance | path

Searched refs:thrashing_test (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/pagingtest/
DAndroid.mk9 thrashing_test.c
Dpagingtest.h18 int thrashing_test(int test_runs, bool cache);
Dpagingtest.c178 rc = thrashing_test(test_runs, true); in main()
182 rc = thrashing_test(test_runs, false); in main()
Dthrashing_test.c14 int thrashing_test(int test_runs, bool cache) { in thrashing_test() function