Home
last modified time | relevance | path

Searched refs:align_end_down (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c669 size_t align_end_down = (SIZE_ALIGN-1) & (uintptr_t)end; in __malloc_donate() local
675 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()
679 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
683 end -= align_end_down; in __malloc_donate()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c524 size_t align_end_down = (SIZE_ALIGN-1) & (uintptr_t)end; in __malloc_donate() local
529 if (end - start <= OVERHEAD + align_start_up + align_end_down) in __malloc_donate()
532 end -= align_end_down; in __malloc_donate()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c611 size_t align_end_down = (SIZE_ALIGN-1) & (uintptr_t)end; in __malloc_donate() local
616 if (end - start <= BLOCK_HEAD + align_start_up + align_end_down) in __malloc_donate()
619 end -= align_end_down; in __malloc_donate()

Completed in 3 milliseconds