Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/internal/
Dmalloc_impl.h67 #define BLOCK_HEAD (sizeof(struct heap_block) + OVERHEAD) macro
/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()
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()