Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c146 unsigned long mallocsize; in test_anon() local
155 mallocsize = 4 * 16 * 1024 * 1024; in test_anon()
157 FAIL_IF(posix_memalign(&mallocblock, 64 * 1024, mallocsize)); in test_anon()
166 mallocsize, mallocblock); in test_anon()
170 return run_test(mallocblock, mallocsize); in test_anon()