Searched refs:front_misalign (Results 1 – 2 of 2) sorted by relevance
1079 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local1122 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;1123 if (front_misalign > 0)1125 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;
Completed in 13 milliseconds