Searched refs:MALLOC_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance
16 #define MALLOC_ALIGNMENT 16 macro158 #define MALLOC_ALIGNMENT 8 macro185 #define MALLOC_ALIGNMENT 8 macro196 #define MALLOC_ALIGNMENT 16 macro
356 #define MALLOC_ALIGNMENT (SIZE_SZ + SIZE_SZ) macro357 #define MALLOC_ALIGN_MASK (MALLOC_ALIGNMENT - 1)1115 correction = (MALLOC_ALIGNMENT) - front_misalign;1896 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);