Searched refs:MALLOC_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
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);