Home
last modified time | relevance | path

Searched refs:front_misalign (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmallocr.c2109 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
2155 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;