Searched refs:front_misalign (Results 1 – 1 of 1) sorted by relevance
2109 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local2155 front_misalign = (POINTER_UINT)chunk2mem(brk) & MALLOC_ALIGN_MASK;2156 if (front_misalign > 0) 2158 correction = (MALLOC_ALIGNMENT) - front_misalign;2177 if (front_misalign > 0)2178 new_brk -= (MALLOC_ALIGNMENT) - front_misalign;