Home
last modified time | relevance | path

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

/test/
A Dmem_alloc_test.c158 } array_aligned_alloc_vectors[] = { variable
787 return test_xaligned_alloc(false, false, array_aligned_alloc_vectors + i) in test_aligned_alloc()
788 && test_xaligned_alloc(false, true, array_aligned_alloc_vectors + i); in test_aligned_alloc()
793 return test_xaligned_alloc(true, false, array_aligned_alloc_vectors + i) in test_aligned_alloc_array()
794 && test_xaligned_alloc(true, true, array_aligned_alloc_vectors + i); in test_aligned_alloc_array()
847 ADD_ALL_TESTS(test_aligned_alloc, OSSL_NELEM(array_aligned_alloc_vectors)); in setup_tests()
849 OSSL_NELEM(array_aligned_alloc_vectors)); in setup_tests()

Completed in 7 milliseconds