Home
last modified time | relevance | path

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

/malloc/
A Dalloc_buffer_alloc_array.c28 size_t aligned = ALIGN_UP (current, align); in __libc_alloc_buffer_alloc_array() local
31 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()
A Dtst-alloc_buffer.c36 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()
A Dtst-interpose-aux.c96 struct __attribute__ ((aligned (__alignof__ (max_align_t)))) allocation_header
A Dmcheck-impl.c43 } __attribute__ ((aligned (MALLOC_ALIGNMENT)));

Completed in 10 milliseconds