Searched refs:MALLOC_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance
50 #ifndef MALLOC_ALIGNMENT51 #define MALLOC_ALIGNMENT ((size_t)(2 * sizeof(void *))) macro
76 } __attribute__((aligned(MALLOC_ALIGNMENT)));447 if (alignment <= MALLOC_ALIGNMENT) { in leak_memalign()459 size_t size = (alignment-MALLOC_ALIGNMENT) + bytes; in leak_memalign()
88 } __attribute__((packed, aligned(MALLOC_ALIGNMENT)));364 if (alignment <= MALLOC_ALIGNMENT) { in chk_memalign()376 size_t size = (alignment-MALLOC_ALIGNMENT) + bytes; in chk_memalign()
437 if (memcheck_initialize(MALLOC_ALIGNMENT, memcheck_tracing)) { in malloc_init_impl()
574 #ifndef MALLOC_ALIGNMENT575 #define MALLOC_ALIGNMENT ((size_t)16U) macro617 #ifndef MALLOC_ALIGNMENT618 #define MALLOC_ALIGNMENT ((size_t)(2 * sizeof(void *))) macro1615 #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()4919 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()[all …]