Searched refs:front_misalign (Results 1 – 2 of 2) sorted by relevance
1069 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local1112 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;1113 if (front_misalign > 0)1115 correction = (MALLOC_ALIGNMENT) - front_misalign;
1934 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */1977 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;1978 if (front_misalign > 0)1980 correction = (MALLOC_ALIGNMENT) - front_misalign;