Home
last modified time | relevance | path

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

/common/
A Ddlmalloc.c1079 INTERNAL_SIZE_T front_misalign; /* unusable bytes at front of sbrked space */ local
1122 front_misalign = (unsigned long)chunk2mem(brk) & MALLOC_ALIGN_MASK;
1123 if (front_misalign > 0)
1125 correction = (MALLOC_ALIGNMENT) - front_misalign;
A Ddlmalloc.src1934 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