Searched refs:IS_ALIGNED (Results 1 – 1 of 1) sorted by relevance
| /malloc/ |
| A D | tst-alloc_buffer.c | 29 #define IS_ALIGNED(ptr, type) \ macro 68 || !IS_ALIGNED (alloc_buffer_next (&buf, void), double); in test_empty_array() 70 TEST_VERIFY (IS_ALIGNED (ptr, double)); in test_empty_array() 77 || !IS_ALIGNED (alloc_buffer_next (&buf, void), struct twelve); in test_empty_array() 79 TEST_VERIFY (IS_ALIGNED (ptr, struct twelve)); in test_empty_array() 342 TEST_VERIFY (IS_ALIGNED (ptr, unsigned short)); in test_size_2() 352 TEST_VERIFY (IS_ALIGNED (ptr, unsigned short)); in test_size_2() 382 TEST_VERIFY (IS_ALIGNED (ptr, short)); in test_misaligned() 396 TEST_VERIFY (IS_ALIGNED (ptr, uint32_t)); in test_misaligned() 409 TEST_VERIFY (IS_ALIGNED (ptr, struct twelve)); in test_misaligned() [all …]
|
Completed in 6 milliseconds