Searched refs:M_ALIGN_SUB (Results 1 – 1 of 1) sorted by relevance
94 #define M_ALIGN_SUB(x, align) ((size_t)(x) & ((align) - 1)) macro376 old_size += M_ALIGN_SUB (((size_t)__malloc_end in memalign()416 moresize += M_ALIGN_SUB ((size_t)&block->next - moresize, align); in memalign()