Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c523 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local
529 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
531 start += align_start_up + OVERHEAD; in __malloc_donate()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c523 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local
529 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
531 start += align_start_up + OVERHEAD; in __malloc_donate()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c610 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - BLOCK_HEAD); in __malloc_donate() local
616 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()
618 start += align_start_up + BLOCK_HEAD; in __malloc_donate()