Searched refs:alloc_and_check (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/mem/tunable/ |
D | overcommit_memory.c | 83 static void alloc_and_check(long size, int expect_result); 149 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test() 150 alloc_and_check(commit_limit + total_batch_size, EXPECT_FAIL); in overcommit_memory_test() 152 alloc_and_check(commit_left / 2, EXPECT_PASS); in overcommit_memory_test() 158 alloc_and_check(free_total / 2, EXPECT_PASS); in overcommit_memory_test() 159 alloc_and_check(sum_total * 2, EXPECT_FAIL); in overcommit_memory_test() 164 alloc_and_check(sum_total / 2, EXPECT_PASS); in overcommit_memory_test() 165 alloc_and_check(sum_total, EXPECT_PASS); in overcommit_memory_test() 166 alloc_and_check(sum_total * 2, EXPECT_PASS); in overcommit_memory_test() 185 static void alloc_and_check(long size, int expect_result) in alloc_and_check() function
|
/external/ltp/testcases/kernel/syscalls/set_mempolicy/ |
D | set_mempolicy02.c | 47 static void alloc_and_check(size_t size, unsigned int *exp_alloc) in alloc_and_check() function 103 alloc_and_check(alloc_total, exp_alloc); in verify_set_mempolicy()
|
D | set_mempolicy04.c | 56 static void alloc_and_check(void) in alloc_and_check() function 122 alloc_and_check(); in verify_set_mempolicy()
|