Searched refs:MALLOC_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
4 #ifndef MALLOC_ALIGNMENT5 #define MALLOC_ALIGNMENT 16 macro28 #if !(MALLOC_ALIGNMENT == 16 || MALLOC_ALIGNMENT == 0)29 #error Modify lines below to make MALLOC_ALIGNMENT consistent32 #undef MALLOC_ALIGNMENT33 #define MALLOC_ALIGNMENT 16 macro50 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)58 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))
15 #define MALLOC_ALIGNMENT 16 macro503 #ifndef MALLOC_ALIGNMENT504 #define MALLOC_ALIGNMENT 8 //((size_t)8U) macro1278 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)1286 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))2537 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()2538 ((MALLOC_ALIGNMENT & (MALLOC_ALIGNMENT-SIZE_T_ONE)) != 0) || in init_mparams()3877 if (alignment <= MALLOC_ALIGNMENT) /* Can just use malloc */ in internal_memalign()3882 size_t a = MALLOC_ALIGNMENT << 1; in internal_memalign()
82 #define MALLOC_ALIGNMENT ((size_t)16U) macro84 #define MALLOC_ALIGNMENT ((size_t)32U) macro620 #ifndef MALLOC_ALIGNMENT621 #define MALLOC_ALIGNMENT ((size_t)16U) macro651 #ifndef MALLOC_ALIGNMENT652 #define MALLOC_ALIGNMENT ((size_t)8U) macro1546 #define CHUNK_ALIGN_MASK (MALLOC_ALIGNMENT - SIZE_T_ONE)1554 ((MALLOC_ALIGNMENT - ((size_t)(A) & CHUNK_ALIGN_MASK)) & CHUNK_ALIGN_MASK))2635 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)3083 (MALLOC_ALIGNMENT < (size_t)8U) || in init_mparams()[all …]
103 #define MALLOC_ALIGNMENT 8 macro114 #define MALLOC_ALIGNMENT 8 macro