Home
last modified time | relevance | path

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

/test/
A Dmem_alloc_test.c103 } array_realloc_vectors[] = { variable
763 return test_xrealloc(false, false, false, array_realloc_vectors + i) in test_realloc()
764 && test_xrealloc(false, false, true, array_realloc_vectors + i); in test_realloc()
769 return test_xrealloc(true, false, false, array_realloc_vectors + i) in test_clear_realloc()
770 && test_xrealloc(true, false, true, array_realloc_vectors + i); in test_clear_realloc()
775 return test_xrealloc(false, true, false, array_realloc_vectors + i) in test_realloc_array()
776 && test_xrealloc(false, true, true, array_realloc_vectors + i); in test_realloc_array()
781 return test_xrealloc(true, true, false, array_realloc_vectors + i) in test_clear_realloc_array()
782 && test_xrealloc(true, true, true, array_realloc_vectors + i); in test_clear_realloc_array()
842 ADD_ALL_TESTS(test_realloc, OSSL_NELEM(array_realloc_vectors)); in setup_tests()
[all …]

Completed in 9 milliseconds