Searched refs:aligned (Results 1 – 4 of 4) sorted by relevance
28 size_t aligned = ALIGN_UP (current, align); in __libc_alloc_buffer_alloc_array() local31 size_t new_current = aligned + size; in __libc_alloc_buffer_alloc_array()33 && aligned >= current /* No overflow in align step. */ in __libc_alloc_buffer_alloc_array()38 return (void *) aligned; in __libc_alloc_buffer_alloc_array()
36 uint32_t buffer[3] __attribute__ ((aligned (4)));446 struct __attribute__ ((aligned (256))) align256 in test_large_misaligned()487 typedef char __attribute__ ((aligned (2))) char2; in test_large()511 typedef short __attribute__ ((aligned (2))) short2; in test_large()
96 struct __attribute__ ((aligned (__alignof__ (max_align_t)))) allocation_header
43 } __attribute__ ((aligned (MALLOC_ALIGNMENT)));
Completed in 10 milliseconds