Searched refs:MALLOC_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
37 #define MALLOC_ALIGNMENT 16 macro176 #define MALLOC_ALIGNMENT 8 macro203 #define MALLOC_ALIGNMENT 8 macro214 #define MALLOC_ALIGNMENT 16 macro
998 #ifndef MALLOC_ALIGNMENT1000 #define MALLOC_ALIGNMENT (SIZE_SZ < 4 ? 8 : (SIZE_SZ + SIZE_SZ)) macro1002 #define MALLOC_ALIGN MALLOC_ALIGNMENT1004 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)1755 correction = (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()1775 new_brk -= (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()2602 if (alignment <= MALLOC_ALIGNMENT) return mALLOc(bytes); in mEMALIGn()
19566 * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional21912 can be set by defining MALLOC_ALIGNMENT=16. Also added support22775 (MALLOC_ALIGNMENT): Don't define if already defined.23855 * libc/stdlib/malloc.h (MALLOC_ALIGNMENT): Use either pointer