Searched refs:align_start_up (Results 1 – 3 of 3) sorted by relevance
523 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local529 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()531 start += align_start_up + OVERHEAD; in __malloc_donate()
610 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - BLOCK_HEAD); in __malloc_donate() local616 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()618 start += align_start_up + BLOCK_HEAD; in __malloc_donate()