Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Daligned_alloc.c44 static const alloc_test_t alloc_tests[] = { variable
181 for (size_t i = 0; i < ARRAY_SIZE(alloc_tests); i++) { in main()
182 if (!alloc_test_one(&alloc_tests[i])) { in main()
205 for (size_t i = 0; i < ARRAY_SIZE(alloc_tests); i++) { in main()
206 if (alloc_tests[i].at_errno != 0) in main()
208 if (!alloc_test_enomem(&alloc_tests[i])) { in main()