Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c156 unsigned long mallocsize; in test_anon() local
167 mallocsize = 4 * 16 * 1024 * 1024; in test_anon()
169 FAIL_IF(posix_memalign(&mallocblock, 64 * 1024, mallocsize)); in test_anon()
178 mallocsize, mallocblock); in test_anon()
182 return run_test(mallocblock, mallocsize); in test_anon()