Lines Matching refs:ENOMEM
85 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
97 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
113 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
117 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
123 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
138 TEST_VERIFY (errno == ENOMEM); in test_large_allocations()
184 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
191 TEST_VERIFY (posix_memalign (&ptr, align, size) == ENOMEM); in test_large_aligned_allocations()
206 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
220 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()
230 TEST_VERIFY (errno == ENOMEM); in test_large_aligned_allocations()