Home
last modified time | relevance | path

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

/malloc/
A Dtst-alloc_buffer.c487 typedef char __attribute__ ((aligned (2))) char2; in test_large() typedef
491 TEST_VERIFY (alloc_buffer_alloc_array (&buf, char2, SIZE_MAX - 1) == NULL); in test_large()
497 (&buf, char2, SIZE_MAX - 2); in test_large()
503 TEST_VERIFY (alloc_buffer_next (&buf, char2) == NULL); in test_large()
506 TEST_VERIFY (alloc_buffer_alloc_array (&buf, char2, 0) == NULL); in test_large()

Completed in 5 milliseconds