Lines Matching refs:MALLOC_ALIGNMENT
574 #ifndef MALLOC_ALIGNMENT
575 #define MALLOC_ALIGNMENT ((size_t)16U) macro
617 #ifndef MALLOC_ALIGNMENT
618 #define MALLOC_ALIGNMENT ((size_t)(2 * sizeof(void *))) macro
1615 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)
1623 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
2686 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)
3141 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()
3142 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()
4924 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
5291 if (alignment <= MALLOC_ALIGNMENT) { in dlmemalign()
5299 if (alignment == MALLOC_ALIGNMENT) in dlposix_memalign()
5856 if (alignment <= MALLOC_ALIGNMENT) in mspace_memalign()