Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c533 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local
539 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
541 start += align_start_up + OVERHEAD; in __malloc_donate()
/third_party/musl/src/malloc/
Dmalloc.c536 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local
542 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
544 start += align_start_up + OVERHEAD; in __malloc_donate()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c628 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - BLOCK_HEAD); in __malloc_donate() local
634 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()
636 start += align_start_up + BLOCK_HEAD; in __malloc_donate()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c1289 size_t align_start_up = (SIZE_ALIGN-1) & (-(uintptr_t)start - OVERHEAD); in __malloc_donate() local
1295 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
1297 start += align_start_up + OVERHEAD; in __malloc_donate()