Searched refs:array_alloc_vectors (Results 1 – 1 of 1) sorted by relevance
/test/ |
A D | mem_alloc_test.c | 69 } array_alloc_vectors[] = { variable 733 return test_xalloc(false, true, true, false, array_alloc_vectors + i) in test_calloc() 745 return test_xalloc(true, false, true, false, array_alloc_vectors + i) in test_secure_zalloc() 757 return test_xalloc(true, true, true, false, array_alloc_vectors + i) in test_secure_calloc() 832 ADD_ALL_TESTS(test_malloc, OSSL_NELEM(array_alloc_vectors)); in setup_tests() 833 ADD_ALL_TESTS(test_zalloc, OSSL_NELEM(array_alloc_vectors)); in setup_tests() 834 ADD_ALL_TESTS(test_malloc_array, OSSL_NELEM(array_alloc_vectors)); in setup_tests() 835 ADD_ALL_TESTS(test_calloc, OSSL_NELEM(array_alloc_vectors)); in setup_tests() 837 ADD_ALL_TESTS(test_secure_malloc, OSSL_NELEM(array_alloc_vectors)); in setup_tests() 838 ADD_ALL_TESTS(test_secure_zalloc, OSSL_NELEM(array_alloc_vectors)); in setup_tests() [all …]
|
Completed in 5 milliseconds