Searched refs:MALLOC_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
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()4924 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()[all …]
42 #define MALLOC_ALIGNMENT sizeof(size_t) macro1260 sizeof(*block_info) + MALLOC_ALIGNMENT; in _test_malloc()1266 MALLOC_ALIGNMENT) & ~(MALLOC_ALIGNMENT - 1)); in _test_malloc()
500 #ifndef MALLOC_ALIGNMENT501 #define MALLOC_ALIGNMENT ((size_t)8U) macro1273 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)1281 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))2584 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()2585 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()3911 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()3916 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
495 #ifndef MALLOC_ALIGNMENT496 #define MALLOC_ALIGNMENT ((size_t)8U) macro1268 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)1276 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))2579 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()2580 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()3906 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()3911 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
356 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro357 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)1115 correction = (MALLOC_ALIGNMENT) - front_misalign;1903 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);
1275 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ)1276 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)1980 correction = (MALLOC_ALIGNMENT) - front_misalign;2014 /* Also keep size a multiple of MALLOC_ALIGNMENT */2733 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes);