Searched refs:front_misalign (Results 1 – 1 of 1) sorted by relevance
1706 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ in malloc_extend_top() local1752 front_misalign = (uintptr_t)chunk2mem(brk) & MALLOC_ALIGN_MASK; in malloc_extend_top()1753 if (front_misalign > 0) in malloc_extend_top()1755 correction = (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()1774 if (front_misalign > 0) in malloc_extend_top()1775 new_brk -= (MALLOC_ALIGNMENT) - front_misalign; in malloc_extend_top()